Forked from sepiariver/sample_json_export_config.json
Created
December 21, 2017 12:27
-
-
Save Burick/6e9619b95cc13918fec294defc4e19c7 to your computer and use it in GitHub Desktop.
Example of JSON config file consumed by sample_json_export.php script.
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
[ | |
{ | |
"class": "modSnippet", | |
"where": [ | |
{ | |
"name:=": "SomeCustomSnippet" | |
} | |
], | |
"toWhere": "create" | |
}, | |
{ | |
"class": "modChunk", | |
"where": [ | |
{ | |
"name:=": "blog_item.tpl" | |
} | |
], | |
"toWhere": "create" | |
}, | |
{ | |
"class": "modTemplate", | |
"where": [ | |
{ | |
"id": 1 | |
} | |
], | |
"toWhere": "update" | |
}, | |
{ | |
"class": "modResource", | |
"where": [ | |
{ "pagetitle:=": "Resource Pagetitle" } | |
,{ "deleted:=": 0 } | |
], | |
"toWhere": [ | |
{ | |
"id:=": 10 | |
} | |
] | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment