Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wowchemy/starter-academic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorGeorge Cushen <gcushen@users.noreply.github.com>2020-03-16 00:43:50 +0300
committerGeorge Cushen <gcushen@users.noreply.github.com>2020-03-16 00:43:50 +0300
commita8930b1d99da84e0deef2cd3981725cf58eaaa75 (patch)
tree6eaec416429e1c610654d84da1db91cbd2521f1c /static
parent440f422646b7054c34a9c2ec6d7365eed1289681 (diff)
theme: upgrade to master
Diffstat (limited to 'static')
-rw-r--r--static/admin/config.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/admin/config.yml b/static/admin/config.yml
index a3af20ef..d26456f6 100644
--- a/static/admin/config.yml
+++ b/static/admin/config.yml
@@ -53,6 +53,7 @@ collections:
config:
multiple: false
- {label: Caption, name: caption, widget: string, required: false}
+ - {label: Description for screen readers, name: alt_text, widget: string, required: false}
- {label: "Where's the focal point in the image? Smart, Center, TopLeft, Top, TopRight, Left, Right, BottomLeft, Bottom, BottomRight.", name: focal_point, widget: string, required: false, default: "Smart"}
- {label: Thumbnail Only?, name: preview_only, widget: boolean, required: false, default: false}
- {label: "Body", name: "body", widget: "markdown"}