packagist mask/mask v8.0.7

latest releases: dev-dependabot/npm_and_yarn/Build/rollup-3.29.5, dev-main, v8.3.x-dev...
19 months ago

Fixed

  • Fixed error when naming own Mask field bodytext.

How to fix, if this error already exist: Remove bodytextTypeByElement and add the correct type richtext or text.

Before:

                "tx_mask_bodytext": {
                    "bodytextTypeByElement": {
                        "foo": "richtext",
                    },
                    "config": {
                        "enableRichtext": 1,
                        "type": "text"
                    }
                },

After:

                "tx_mask_bodytext": {
                    "type": "richtext"
                    "config": {
                        "enableRichtext": 1,
                        "type": "text"
                    }
                },

Don't miss a new mask release

NewReleases is sending notifications on new releases.