emersonstone/stagecraft

There is no license information available for the latest version (v0.1.0) of this package.

Import and export Craft CMS fields, sections, tags, categories, assets, and globals.

Installs: 619

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 3

Forks: 1

Open Issues: 0

Type:craft-plugin

v0.1.0 2016-10-17 22:45 UTC

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

  1. Copy the stagecraft directory into your plugins directory
  2. Browse to Settings > Plugins in the Craft
  3. 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.