You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+39-7Lines changed: 39 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -174,14 +174,46 @@ Core validation and parsing classes:
174
174
175
175
- `CustomElement` - The central class of the project that handles custom element processing and validation. To add custom attributes fora specific tag, please add it herein the right place in the hierarchie.
176
176
177
+
## Add Custom Elements
178
+
179
+
- `To add a custom elements:`
180
+
181
+
- Search `customtags` or `Cntr + , then search customtags`then add an element with the following structure
0 commit comments