Ari Stathopoulos
Ari Stathopoulos
The sortable field is basically a multicheck field, with sortable values. Combining these 2 should be fairly straight-forward.
Most of these mods can be moved to the controls themselves in v4.0
Would be useful for typography fields... Instead of polluting the DOM with all the google-fonts on initial load, we could just define a var that contains the fonts, or a...
I think we can improve these in v4.0
For reference look at the way dates/times are defined in the new-poost screen. We should switch to multiple forms instead of using jQuery-ui. It's more accessible that way - which...
After #2201 is done, the `Values` class will have to be refactored accordingly.
We should have a `data` package, and child packages: * `data-theme-mods` * `data-option` * `data-site-option` * `data-user-meta` We can then use hooks where needed to get the proper value and...
These need improving in v4.0. A lot.
The repeater control is a major headache. In v3.1 the repeaters will be completely rewritten. Control templates are now in JS and can easily be retrieved from the `kirki.control.template` object....
Right now the way typography controls work causes a few issues - primarily with the way fonts are defined for the control. The new implementation will get the googlefonts via...