-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Mark Anderson
committed
Oct 10, 2018
1 parent
c27df4a
commit efdbc8d
Showing
13 changed files
with
32 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,2 @@ | ||
<?php | ||
|
||
// add the extension to pages | ||
if (class_exists('SiteTree')) { | ||
SiteTree::add_extension('GoogleSitemapSiteTreeExtension'); | ||
} | ||
|
||
// if you need to add this to DataObjects include the following in | ||
// your own _config: | ||
|
||
// GoogleSiteMap::register_dataobject('MyDataObject'); |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
Name: googleshoppingfeed | ||
--- | ||
ilateral\SilverStripe\GoogleShoppingFeed\GoogleShoppingFeed: | ||
enabled: true | ||
google_notification_enabled: false | ||
use_show_in_search: true | ||
use_disabled: false | ||
--- | ||
Only: | ||
moduleexists: 'silvercommerce/catalogue-admin' | ||
After: '#catalogueconfig' | ||
--- | ||
SilverCommerce\CatalogueAdmin\Model\CatalogueProduct: | ||
extensions: | ||
ilateral\SilverStripe\GoogleShoppingFeed\extensions\Extension | ||
|
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
mappings: | ||
GoogleShoppingFeedExtension: ilateral\SilverStripe\GoogleShoppingFeed\extensions\GoogleShoppingFeedExtension | ||
GoogleShoppingFeedExtension: ilateral\SilverStripe\GoogleShoppingFeed\extensions\Extension | ||
GoogleProductCategory: ilateral\SilverStripe\GoogleShoppingFeed\model\GoogleProductCategory | ||
GoogleShoppingFeed: ilateral\SilverStripe\GoogleShoppingFeed\GoogleShoppingFeed | ||
GoogleShoppingFeedController: ilateral\SilverStripe\GoogleShoppingFeed\controllers\GoogleShoppingFeedController |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters