Mario Lubenka
Mario Lubenka
Not sure if this is the right place or if that should be a TYPO3 core feature. We're using mutliple extensions providing content elements that should only be used in...
Pull Requests ============= Please accompany all pull requests with the following (where appropriate): - [ ] unit tests (we use [Jasmine 2.x.x](https://jasmine.github.io/2.2/introduction)) - [ ] JSFiddle (or an equivalent such...
We're using CSS variables in our base layout. The `mix` mixin can not work with CSS variables and there currently is now way to override those colors. Therefore it should...
Can you provide an example on how to configure it properly? As in, which output channel to select as I see 5 on my system. I did manage to get...
**Is your feature request related to a problem? Please describe.** I saw the new INFO section in the `ddev describe` output that shows basic information about the services, e.g. the...
**Describe the bug** This is a special case that regularly occurs during our local development. We regularly switch between different websites, resulting in a missing PAGE object until Composer and...
# What this pr does The error occurs in a special case when: - there is no "page" object in TypoScript - a 404 handler is configured in site configuration...
# What this pr does TYPO3 by default enables a preview mode if a backend user is logged in, the VisibilityAspect is configured to show hidden elements. Due to this...
**Describe the bug** I have a translated folder. Inside that folder I have news records that have been indexed into Solr. When deleting the translated folder, all contained records in...
**Steps to reproduce** We add a link for resetting consents on our page like so: ```html Reset consent ``` Which triggers the following JavaScript: ```javascript $('[data-resetconsent=1]').on('click', (e) => { e.preventDefault();...