zucchi / geotags
Module to add GeoTag fields to site (or Page) and inject the into the SiteTree->MetaTags function via an Extension
Installs: 256
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 2
Open Issues: 3
Type:silverstripe-module
Requires
- silverstripe/cms: 3.*
- silverstripe/framework: 3.*
This package is not auto-updated.
Last update: 2024-11-05 02:18:06 UTC
README
By default this provides the ability to specify site wide GeoTags by adding th e relevant Fields for Geo data to the Site Config.
It also provides the ability to add Page type specific Geo Data by adding the Extension to the appropriate Page type in you config.yml.
CustomPageType: extensions: - GeoTagsExtension
This extension used the built in ablity to extend the MetaTags method in the site Tree. If you subclass this method remember to make a call back to the parent.