From 0575cab8619648d68b68514ab1551456da520f59 Mon Sep 17 00:00:00 2001 From: "yongen.loong" Date: Wed, 19 Jun 2024 15:08:31 +0800 Subject: [PATCH] feat: add aria-label field --- static/admin/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/admin/config.yml b/static/admin/config.yml index 8aee2d0..15f67cb 100644 --- a/static/admin/config.yml +++ b/static/admin/config.yml @@ -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} \ No newline at end of file