Created
March 22, 2018 09:15
-
-
Save Semdevmaster/4b4e9020fb8581c3be786e023c52dab2 to your computer and use it in GitHub Desktop.
MIGX MODAL
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
| [ | |
| { | |
| "caption": "Заголовок", | |
| "fields": [ | |
| { | |
| "field": "slide", | |
| "caption": "Картинка", | |
| "inputTVtype": "image", | |
| "sourceFrom": "migx" | |
| } | |
| ] | |
| }, | |
| { | |
| "caption": "Другой заголовок", | |
| "fields": [ | |
| { | |
| "field": "alt_text", | |
| "caption": "Описание", | |
| "inputTVtype": "text" | |
| } | |
| ] | |
| } | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment