Closed (won't fix)
Project:
UI Styles
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
14 Feb 2021 at 22:08 UTC
Updated:
1 Oct 2025 at 17:40 UTC
Jump to comment: Most recent
Comments
Comment #2
grimreaperShould it be ui_styles_manage_display or ui_styles_field_formatter?
Comment #3
pdureau commentedYou are right Grimrepaer, let's stop thinking about config entities and their backoffice UI but about plugins.
Comment #4
grimreaperhttps://www.drupal.org/project/fences allows to control wrappers tag and/or remove wrappers. It also allows to inject classes. Maybe working with this module will do the trick.
Comment #5
pdureau commentedMoved to 2.X because target a plugin and not config entity.
Fences target
field.html.twig, a "wrapper" template which may be ignored by next gen display builders (experience_builder & display_builder) and deprecated withThemeManager::render()Comment #6
grimreaperComment #7
grimreaperfield.html.twig wrapper ignored by UIP2 and Display Builder.