-
Notifications
You must be signed in to change notification settings - Fork 0
Labels
enhancementNew feature or requestNew feature or request
Description
- Allow marking a script file as partial page only or full page only. Currently only can mark as full page only by using inline script. Partial page init/onload must listen for event
partial-page-init. - Add support for
src-less script andlink-less style tags. Perhaps only if an ID attribute is present. Using JSP to generate an Email HTML for example expects style tags without a link for optimal compatibility with email clients. - Need a way to mark elements as partial page only. We already have the opposite class:
hide-in-dialog.
Example partial page only:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request