Skip to content

Commit

Permalink
[TASK] add new field types for group fields, including the ability to…
Browse files Browse the repository at this point in the history
… add icons to group field
  • Loading branch information
dmh committed Oct 15, 2024
1 parent 2ff692d commit 18b244b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/types/types.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,12 @@
* @memberof Types
* @typedef {Object} GROUP_FIELD
* @property {boolean} [expanded] Show the group expanded
* @property {boolean} [use_large_label] Use large label
* @property {Object} [icon] Icon properties
* @property {string} icon.name Icon name
* @property {'fontawesome-6.4.2'} icon.set Icon set
* @property {'SOLID'|'REGULAR'} icon.type Icon type
* @property {'inline'} [display] Display type
* @property {Array<any>|Object} [default]
*/

Expand Down

0 comments on commit 18b244b

Please sign in to comment.