Hello!
I'm completely stuck with using MIGX, as I cannot save a simple test variable.
My MIGX version 2.12.0-pl
MODX Revolution 2.7.0-pl
I've installed MIGX extra, than I've created a tv with the following params:
name: testmigx
input:mogx
FormTabs:
[
{"caption":"Info", "fields": [
{"field":"title","caption":"Title"}
]}
]
Grid Columns:
[
{"header": "Title", "width": "160", "sortable": "true", "dataIndex": "title"}
]
And when I try to add a text variable I see the following window:
When I click "Done", I see that there are some errors, but there is no way to understand what's wrong:
I'm not able to save resource as I receive "Please correct the errors in your form before submitting." on clicking save button.
Any ideas? Maybe I forgot something?