diff options
author | Sarvesh M Rao <49156390+Sarveshmrao@users.noreply.github.com> | 2020-10-20 15:15:25 +0530 |
---|---|---|
committer | Mantas Vilčinskas <hi@mnts.lt> | 2020-10-27 21:27:08 +0200 |
commit | 4857d849659963f645385f5163de17b01c2de2ee (patch) | |
tree | b0e6faa8097a9c7c486bcee3592e08d5e6136f09 /static | |
parent | 2de7f45e1a0d08dec37fc7b5d1d2912f39f95e3d (diff) |
Changed the untited to untitled
Changed the untited to untitled which caused errors when using the Netlify CMS as described in #144
Diffstat (limited to 'static')
-rw-r--r-- | static/admin/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/admin/config.yml b/static/admin/config.yml index 2b9c4a4..9ce91d9 100644 --- a/static/admin/config.yml +++ b/static/admin/config.yml @@ -164,7 +164,7 @@ collections: - {label: "Name", name: "name", widget: string} - {label: "Description", name: "description", widget: string, required: false} - {label: "Should this category be open by default", name: "closed", widget: "boolean", required: false} - - {label: "Should the name of this category be shown? If you want to create the appearance of an Uncategorized category, enable this.", name: "untited", widget: "boolean", required: false} + - {label: "Should the name of this category be shown? If you want to create the appearance of an Uncategorized category, enable this.", name: "untitled", widget: "boolean", required: false} # Tabs - label: "Tabs" hint: 'You can add extra tabs below the main homepage summary, for example, to external sites, monitoring services, as shown in the example below. Try Uptime Robot!' |