Roger Los
Roger Los
Up front: Thanks for including as many filters as you do, it does make working with the plugin a lot easier (I have to intercept all of the formatting calls...
That's an excellent question. I'm not sure, honestly. A lot of it is on me, as a dev. If my layout is `with-adverts` and my pseudo code is something like...
(Apologies about making this a sprawling catch-all, I'd be happy to open separate issues if you want me to.) > There isn't directly a method of doing, but you can...
This is how I would ideally (and incompletely) configure what I'm going to do with the editor. Anything not explicitly configured (or empty) would use Site Builder defaults, though there...
Thanks for the ring on the clue phone. Change line 70 to ``` if (spacer) { spacer.css('position', 'static'); } ``` Agree with xak2000.
I came up with a workaround: https://gist.github.com/rogerlos/7502541070942e16a1188dd0bb9ac2b9
(Doesn't it seem kind of nuts these oft-used core mimicking functions aren't part of Gutenberg? It does to me.) I ended up cheating. I have a regular old JS file,...
I clearly don't totally grok promises, either, as anyone who is an expert at them probably would not be thrilled with my code. My custom API endpoint returns posts by...
One thing which you might investigate: (I think that) `InspectorControls` code that falls within a `PanelBody` is not run until the panel is opened. So you might be able to...
Finally, I think what you really want to do upon the initial return from REST of your options list is to call the same "onChange" function that is called when...