Base Settings
Intro
One of the new features in v7 are the base-level settings, in this section the functionalities of each one will be documented.
Article editor iframe external resources
One of the problems we have from admin is that when we work with the iframe of the article editor we cannot load external resources, for example text fonts, adding these fonts in the layout also do not work due to the encapsulation of the content within an iframe. To solve this problem, a new setting called article-editor-iframe-external-resource
has been implemented in which you can define html for the iframe head, then from the editor_iframe an ajax request is made to a route, read the setting and then insert the nodes in the iframe head.
Article slug stop words
The SEO stop words were previously defined in a constant that had to be overwritten in each project if they wanted to be changed, with multi-language this also presents a problem as we cannot use the same one in several languages. The implemented solution has been to create a setting for each language called article-slug-stopwords
Password min lenght
A setting called password-min-length
has been defined, with which you can control the length of the passwords of the CMS users. For more information, check https://wiki.xalok.com/v7/misc/password-expiration#password-expiration_password-related-settings_password-min-length