Problem/Motivation
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.
Proposed resolution
Add a Text Format service that adds some helper functions to make this easier.
User interface changes
None
API changes
New service for adding/removing tags and attributes.
Data model changes
None
Issue fork helper-3332053
Show commands
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