John Puddephatt
John Puddephatt
I've also been concerned about this due to the size of the MDI font, to the extent that I started exploring creating my own replacement icon component... and at this...
I think this is closely related to #1807 and #2484 ?
> I remember a discussion (long time ago) about this [only three years](https://github.com/symphonycms/symphony-2/issues/1807#issuecomment-23156310) ;) It does look like some changes were agreed in #1807 and #2484 but never happened.
Yes this works. I would submit another PR but I don't know how to do what you're suggesting!
Having same issues on fresh install of Laravel-Backpack/Demo. > can create page but get 404 error when navigating to it Frontend routes for pages are not defined, [see here](https://github.com/Laravel-Backpack/PageManager#example-front-end) @tabacitu...
I think this isn't possible until the editorjs PHP package adds tunes support. There is an issue open there (which I opened a year ago but forgot about) https://github.com/editor-js/editorjs-php/issues/54 I've...
The block tunes API was only introduced about 18 months ago. There are [a couple of example packages](https://github.com/editor-js/awesome-editorjs#block-tune-tools) linked to on the plugin page which show how it can be...
I've encountered the cursor issue previously with contentEditable, there are discussions of it [on Stack Overflow](https://stackoverflow.com/questions/40666774/vue-js-v-html-contenteditable-prevent-dom-refresh-to-keep-cursor-caret-from-ju) and other places. I think the issue is caused by the element re-rendering every...
I'm going to open a separate issue about the prop mutation. I think if this is addressed the bug above can then be fixed by adding `v-once` to the parent...
cool! First off I've been looking at this Heading block bug. There's plenty of discussion of it on SO and other places but there doesn't look to be a good...