We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aae5665 commit 08d1e1bCopy full SHA for 08d1e1b
data/structures/_arguments.yml
@@ -621,12 +621,20 @@ arguments:
621
comment: >-
622
Unique identifier of the current element.
623
icon:
624
- type: string
+ type:
625
+ - string
626
+ - uint64
627
optional: true
628
629
Icon to include. You can use shorthand notation such as `fas sort` to
630
include a Font Awesome icon. The argument also supports files with an
631
`.svg` or `.json` extension.
632
+ icon-class:
633
+ type: string
634
+ optional: true
635
+ comment: >-
636
+ Class attributes of the icon. Use these to add modifiers such as `fa-2x`
637
+ and `fa-flip-horizontal`.
638
icon-rounded:
639
type: bool
640
0 commit comments