Rémy DANIEL
Rémy DANIEL
Hello Klaro! exposes directly the consentmanager. I do not know if you keep the orejime fork updated with upstream Klaro, but maybe the way they did it could be nice....
Also related to #1107
In the override of `buildRepresentationForNode`, there is a call to `isCategoryAllowed`. This is the one which is responsible of the children of `treeConfig.rootUid` not being shown. In theory, `\TYPO3\CMS\Backend\Security\CategoryPermissionsAspect` should...
Proposed patch. [news_category_tree.patch.txt](https://github.com/georgringer/news/files/3887365/news_category_tree.patch.txt)
Updated patch for news 8.3 : [news_category_tree.patch.txt](https://github.com/georgringer/news/files/4818773/news_category_tree.patch.txt)
The tree provider is disabled in 8.3.0, see c40ea4e84f6c90837f58c510c5513a2d449cefc3
Hi @NamelessCoder I forgot about the deprecation of the type-specific fields, so yes, switching to a `flux:field`+ a custom config will do the job. (This is not the topic here...
Eureka. Given this flux content "Mycontent.html", provided by an extension "site" : ```xml ``` The CType of the flux content is `site_mycontent`. I can target the field "event" with that...
Instead of globally disabling the `DeferredBackendImageProcessor`, I use this simple composer patch: ``` --- a/Classes/Domain/Index/IndexService.php +++ b/Classes/Domain/Index/IndexService.php @@ -194,6 +194,10 @@ $itemChangedDate = $item->getChanged(); $itemChangedDateAfterIndex = 0; + // Disable...
I've good results adding those 2 setting on https://jsbin.com/yogohirifo/edit?html,js,output ``` invertedSwapThreshold: .2, emptyInsertThreshold: .2 ```