This PR add a backward compatibility, plus a better control if config exists.
It also remove protect from default config but instead we add instructions in Readme.
Modified FormField to parse protect, an array of regex string passed from Nova config
Modify config and added protect index with a description of what it's intended
This PR add a backward compatibility, plus a better control if config exists. It also remove protect from default config but instead we add instructions in Readme.
Original PR:
Added ability to set protect content as described in TinyMCE documentation - https://www.tiny.cloud/docs/tinymce/6/content-filtering/#protect
Modified FormField to parse protect, an array of regex string passed from Nova config Modify config and added protect index with a description of what it's intended