CyberAP
Well-known member
It is a minor feature request and it's based on some of the add-ons I already made that have no actual .php files and only contain a single XML.
For example I want to create an add-on that changes the look of editor or any other element. To do that I'll have to:
To get this even further we can disable that new tag on a style property basis, so we get more control when to include that template:
For example I want to create an add-on that changes the look of editor or any other element. To do that I'll have to:
- Create a template;
- Create a new Template modification to include my template wherever I want it to go.
To get this even further we can disable that new tag on a style property basis, so we get more control when to include that template:
Code:
<xen:if is="@styleProp">{xen:selfinclude}</xen:if>
Upvote
0