Anders Stalheim Øfsdahl
Anders Stalheim Øfsdahl
### Description Previous links in a paragraph is removed when inserting link that is wrapped in bold/italic. ### Steps to reproduce 1. Create a redactor text field, with bold and...
I recently noticed that the `viewBox` attribute on `` elements inside will be renamed to `viewbox` when saved. Changing settings.json to this "fixes" the issue: ``` "[twig]": { "editor.formatOnSave": false,...
Sometimes you need to just clear one template, instead of refreshing everything.
In our `layout.html` template which all templates extend, we have the following block defined inside a html attribute: ```twig ``` This code works as expected, allowing us add classes to...
When formating a shorthand or empty block statement, eg.: ```twig {% block content '' %} {% block content "foobar" %} ``` The code is changed to: ```twig {% block content...
Formating the following code: ```twig {% set palette = palette ?? (entry is defined and entry.type.handle in ['frontpage'] ? 'white' : null) %} ``` Results in this: ```twig {% set...
### Description I am currently using a SuperTable field inside a matrix, and when I specify min/maxRows, I get the error "SuperTable block is missing its owner ID" when I...