From 629a271bc2637a89dce09f32acc4230560ac5b8b Mon Sep 17 00:00:00 2001 From: Jan Henckens Date: Sun, 4 Feb 2024 13:06:28 +0100 Subject: [PATCH] Docs for getElementAttributes --- docs/custom-elements.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/custom-elements.md b/docs/custom-elements.md index 1b0d49f..34c1c63 100644 --- a/docs/custom-elements.md +++ b/docs/custom-elements.md @@ -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: