Christoph Dietrich
Christoph Dietrich
A possibility to edit the stylesheet (reference a css-file of the project?) for the html (and/or preview) would be great.
From time to time this exception pops up in the frontend, when i generate WebP images (out of JPGs) via `` of ``. ``` (1/1) #1476107295 TYPO3\CMS\Core\Error\Exception PHP Warning: Undefined...
That would be great. Want to track ETH and BTC.
``` /folder-a/ /subfolder-a/ /folder-b/ /subfolder-b/ ``` Is there a way to deploy **folder a** and subfolders to **target a** and **folder b** and subfolders to **target b** without being asked...
## Bug Report **Current Behavior** If a place a categories plugin for filtering on the same page as the list view plugin, the generated links to the categories are either:...
Wouldn't it be good practices to handle the `dateFormat` and `timeFormat` (used in the fluid templates) via the `locallang` files instead of via settings? Therefore users could easily extend the...
I configure the size of images like this: ``` tt_content.textmedia.settings.responsive_image_rendering.sourceCollection { xs { width = 320m srcset = 320w sizes = calc(100vw - 30px) } sm { width = 514m...
Hi, my site echos inline css in the page head. This CSS uses braces on some selectors, like `a > span`. The plugin seams to cuts away all of the...
I'm trying to extend handlebars with helpers from https://github.com/shannonmoeller/handlebars-layouts. To register the helpers i need access to the underlying `handlebars` instance of express-handlebars. How can i get the instance?
When i add 2k or more markers to the map via OMS, the method `addMarker()` need seconds and freezes the browser UI. If i add them directly to the map,...