AI OnAI Off
Hi Gunilla,
I realize this isn't what you were requesting—but—both of the issues you raise could easily be solved by adding some of your own styling.
If I take you first complaint as an example:
module.config
(or create it if it doesn't exist):
<?xml version="1.0" encoding="utf-8"?>
<module>
<clientResources>
<add name="epi-cms.widgets.base" path="~/ClientResources/Styles/UiCustomization.css" resourceType="Style" />
</clientResources>
</module>
module.config
):
.Sleek .epi-form-container__section__row {
padding: 8px 16px !important;
}
That's it! This should (I didn't actually verify) reduce the padding between properties down to 8px. The second issue could be handled by exactly the same approach, you can just add the necessary CSS.
I wouldn't hold my breath with regards to the whole UI refresh being made optional, seems like this would add a lot of maintenance effort.
The new design of the CMS editor GUI (11.14/11.23) has some pros, and several cons:
The primary purpose with the EditorGUI is to simplify the editor's work - not to make it 'neat' and more difficult to work in.
So please, add at least an option to make these 'new features' voluntary, i.e. so that you can select if you want to add it or not.