Skip to content

Commit

Permalink
Add promote Extract tpl
Browse files Browse the repository at this point in the history
Similar to complete without settings
  • Loading branch information
opengeek committed Jun 30, 2015
1 parent e45a33e commit f47dc58
Show file tree
Hide file tree
Showing 3 changed files with 1,103 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
* Add promote Extract tpl

### Teleport 1.0.0 (2015-02-17)

* Ensure MODX available in changeset callback functions
Expand Down
1 change: 1 addition & 0 deletions doc/use/extract/tpl.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Extract tpls are JSON templates defining what, when, and how various objects, sc
* `develop.tpl.json` - Extract all core objects, files, and custom database tables from a MODX deployment to inject into another deployment, supplementing existing objects and custom tables.
* `elements.tpl.json` - Extract all Elements and related data from a MODX deployment to inject into another deployment, updating and supplementing existing Elements.
* `packages.tpl.json` - Extract all Packages registered in a MODX deployment to inject into another deployment.
* `promote.tpl.json` - Extract core objects, files, and custom database tables except settings from a MODX deployment to inject into another deployment.
* [`resource_children.tpl.json`](tpl/resource_children.md) - Extract all Resources that are children of a specified parent Resource.
* `resources.tpl.json` - Extract all Resources from a MODX deployment to inject into another deployment, updating and supplementing existing Resources.
* `settings.tpl.json` - Extract all Settings from a MODX deployment to inject into another deployment, updating and supplementing existing Settings.
Expand Down
Loading

0 comments on commit f47dc58

Please sign in to comment.