Skip to content

Commit

Permalink
Docs for getElementAttributes
Browse files Browse the repository at this point in the history
  • Loading branch information
janhenckens committed Feb 4, 2024
1 parent 0992f4f commit 629a271
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/custom-elements.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ The element type's class you want to export
### ``elementLabel``
How you want the element type to be labeled when creating a new export

### ``getElementAttributes()``
This function should return an array of ``property => label`` for default element attributes you want to make exportable.

### ``getGroup()``
In this function we defined how the elements are grouped or divided.
This function should return an array with the following items:
Expand Down

0 comments on commit 629a271

Please sign in to comment.