As of now, the DOM is not fully abstracted in the admin.
Specific areas to target:
PageModel.js
ConfigModel.js
Both of these reach into the dom for values, when they should really be grabbing them from the model itself, which should be set in the views/layouts (PageLayout.js and ConfigLayout.js, respectively).
As of now, the DOM is not fully abstracted in the admin.
Specific areas to target:
Both of these reach into the dom for values, when they should really be grabbing them from the model itself, which should be set in the views/layouts (PageLayout.js and ConfigLayout.js, respectively).
Anyone want to tackle this?