Closed (fixed)
Project:
Helper
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
9 Jan 2023 at 16:28 UTC
Updated:
25 Jan 2023 at 15:44 UTC
Jump to comment: Most recent
It would be great if there was support for making changes to the HTML tag restrictions of Text Formats more easily. Currently, allowed HTML tags and their attributes are a simple string of text for example <span class> <a href class> <img alt> <p>
This makes adding new tags, or adding/removing attributes hard to do programmatically.
Add a Text Format service that adds some helper functions to make this easier.
None
New service for adding/removing tags and attributes.
None
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
owenbush commentedMoving to needs review after creating MR.
Comment #4
owenbush commentedComment #6
dave reidComment #7
dave reid