emersonstone / stagecraft
Import and export Craft CMS fields, sections, tags, categories, assets, and globals.
This package's canonical repository appears to be gone and the package has been frozen as a result.
Installs: 619
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 1
Open Issues: 0
Type:craft-plugin
Requires
- composer/installers: ~1.0
This package is not auto-updated.
Last update: 2019-07-30 18:42:24 UTC
README
Stagecraft allows you to import and export Craft CMS fields, sections, tags, categories, assets, and globals.. This plugin is built on the bones of XO Digital's Art Vandelay plugin.
Installation
- Copy the
stagecraft
directory into your plugins directory - Browse to Settings > Plugins in the Craft
- Click on the Install button next to Stagecraft
Usage
- Navigate to your plugins in the admin interface and click the 'Stagecraft' link on the left.
- To import data, paste previously exported JSON into the text field and click Import.
- To export data, select the field groups you would like to export fields from, the sections you would like to export, then hit Export. The exported data will appear in a text field for you to copy.
Command Line Imports
Make sure you have your latest export saved as stagecraft.json
in your config folder.
Then just run to import...
php craft/app/etc/console/yiic stagecraft
For composer-managed projects, check out craft-console plugin for a CLI runner with composer support.