Skip to content

Commit dab81ed

Browse files
authored
Merge pull request #273 from gethinode/develop
Develop
2 parents 472e2d1 + ef8e6fe commit dab81ed

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

data/structures/_arguments.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,6 @@ arguments:
192192
type: select
193193
optional: true
194194
comment: Breakpoint of the element.
195-
default: md
196195
options:
197196
values:
198197
- none
@@ -622,12 +621,20 @@ arguments:
622621
comment: >-
623622
Unique identifier of the current element.
624623
icon:
625-
type: string
624+
type:
625+
- string
626+
- uint64
626627
optional: true
627628
comment: >-
628629
Icon to include. You can use shorthand notation such as `fas sort` to
629630
include a Font Awesome icon. The argument also supports files with an
630631
`.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`.
631638
icon-rounded:
632639
type: bool
633640
optional: true

0 commit comments

Comments
 (0)