Created
May 19, 2011 01:54
-
-
Save sivy/980013 to your computer and use it in GitHub Desktop.
config.yaml
This file contains hidden or 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
| name: "Private Label Feed" | |
| version: 0.1 | |
| id: PrivateLabelFeed | |
| key: PrivateLabelFeed | |
| author_name: Endevver, LLC | |
| author_link: http://endevver.com/ | |
| static_version: 0 | |
| description: "Setup a local redirect to a third party feed server." | |
| callbacks: | |
| build_file: $PrivateLabelFeed::PrivateLabelFeed::Plugin::callback_build_file | |
| options: | |
| fieldsets: | |
| feedburner: | |
| label: 'Feedburner Settings' | |
| feedburner_feed_url: | |
| type: text | |
| label: "Feedburner Feed URL" | |
| hint: "The URL of your feedburner feed." | |
| tag: FeedburnerFeedURL | |
| fieldset: feedburner | |
| order: 1 | |
| republish: main_index | |
| default: '' | |
| scope: blog |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment