Skip to content

Commit

Permalink
feat: add aria-label field
Browse files Browse the repository at this point in the history
  • Loading branch information
yongenaelf committed Jun 19, 2024
1 parent 67c528e commit 0575cab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion static/admin/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ collections:
widget: list
collapsed: false
fields:
- {label: Label, name: label, widget: string}
- {label: Label, name: label, widget: string, required: false}
- {label: ARIA Label, name: aria-label, widget: string, required: false}
- {label: To, name: to, widget: string, required: false}
- {label: Href, name: href, widget: string, required: false}
- {label: Position, name: position, widget: select, options: [left, right], default: left}

0 comments on commit 0575cab

Please sign in to comment.