-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
Description
Plugins are a way of adding a different behavior when decoration elements, examples of plugins are:
- Custom rendered elements (The date/calendar element you just spoken on issue Decorator API #4)
- Using a specific decorator
- Escape HTML data
How designer could use them:
<div id="post-comments" class="respect-escape-html"></div>
Or we could use data attribute, but classes just seem a little bit better and we can use them as selectors also.
Waiting your considerations ...