Last active
May 31, 2025 22:29
-
-
Save scripting/9f96ad955e72c41c1eabb395ce7202b0 to your computer and use it in GitHub Desktop.
Example that sets the legalTags to the tags and attributes that WordLand supports.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"legalTags": { | |
"allowedTags": [ | |
"p", "br", "b", "i", "strong", "em", "h3", "blockquote", "ul", "ol", "li" | |
], | |
"allowedAttributes": { | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment