6.0.0
Version 6.0.0
- use rex_factory_trait in MForm class
- added YForm Links in custom_link
- removed
parsley
validation @skerbis, you should use html validations: https://developer.mozilla.org/en-US/docs/Learn/Forms/Form_validation - deprecated
closeCollapse
,closeTab
,closeAccordion
- change
addCollapse
,addAccordion
,addTab
functionality, useaddForm
to add content in this methods - added
addForm
method - added Media inUseCheck for media inside
custom_link
andimagelist
in YForm - added some styling
- added some Svensk översättning @interweave-media
- added some English translation @ynamite
- added some docs @skerbis
Breaking changes:
The REX_CUSTOM_LINK Var now saves the data in a regular REX_VAR. So the usage of REX_CUSTOM_LINK is not backward compatible. You should move the values from Linklist to a value field.
Parsley has been removed. All validations have been removed.
removed closeCollapse
, closeTab
, closeAccordion
Look at the new wrapper field examples