Read the statement by Michael Teeuw here.
Easier Custom region work...
-
Would it be possible to change the core in such a way to create a customizable region work easier?
What I’d like to see is the index.html and css work together better so to allow the user via another config file/css file/whatever to define their own regions, overriding the regions defined within the base.
This would be able to allow us, for example, set up 5 vertical/3 horizontals, or whatever - making the most of the space of our monitors - and/or making portrait mode a ton easier to work with.
As it is now, I do believe the index.html has to be modified along with the CSS and a bunch of other tweaks… seems too complex for most.
-
@BKeyport I just pushed some changes for the next release to autodetect the custom regions in index.html and use those for validating and using in config.js
(and npm run check:config)