Skip to content

Instantly share code, notes, and snippets.

@seabrizz
Last active September 22, 2016 08:46
Show Gist options
  • Save seabrizz/4b5c8f75d669e303da40cdf67e130836 to your computer and use it in GitHub Desktop.
Save seabrizz/4b5c8f75d669e303da40cdf67e130836 to your computer and use it in GitHub Desktop.
MIGx for MODX
Tabs:
[
{"caption":"Info", "fields": [
{"field":"title","caption":"Title"},
{"field":"description","caption":"Description","inputTVtype":"richtext"}
]},
{"caption":"Image", "fields":[
{"field":"image","caption":"Image","inputTVtype":"image"}
]}
]
Table:
[
{"header": "Title", "width": "160", "sortable": "true", "dataIndex": "title"},
{"header": "Image", "width": "50", "sortable": "false", "dataIndex": "image","renderer": "this.renderImage"}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment