- Bug fixes
- Fix deprecated error
- Unused code cleanup
- Allow to overwrite
hideWrapby templates
- Support for Repeater field
- Support for Hide Inputfield Wrapper
- Add support for InputfieldPage (Experimental)
- Add support for all ProcessWire selectors (Experimental)
MystiqueFormManagerclass
- InputfieldPage fields returns Page, PageArray, NullPage or false values
- getDataArray() for MystiqueValue class, return pure data array
- Import and Export Mystique field values
- Return
Closuresupport for Mystiquephpconfigs FormManagerclass for load and generate Mystique forms, It possible to useFormManageroutside ofMystiquemoduleFinderclass for findMystique.*.php, mystique.*.php, Mystique.*.json, mystique.*.jsonfiles
attrs,wrapAttrsfor multiple attributes,attr,wrapAttrfor single attribute
- Module config
useGlobfor find config files
- Fix template context save, is current page null or not ?
- Fix template context save
- Fix getting overwritten inputfield config values
- Fix set language value for admin side
- Fix don't check folders if name start with "." dot
- add support for
$page->mystiqueField->array();and$page->mystiqueField->json();
- add support for
$page->setAndSave('yourfield', ['foo'=>'bar']);
- add support for overwrite input field configs
- add finder function for different operation systems
- rename
getResources()asresources($json = false) - rename
getResource($name = '')asresource($name = '', $json = false) - add option to input field,
use json stringinstead of aconfig file
- Fix inside repeater field usage
- Fix module requires and installs
- Update external usage
- MystiqueFormManager re-written for use
$inputfield->set()function
- Initial commit