Explorar el Código

fix(cms): cannot save project without entering an external link

Fix #2388
George Cushen hace 3 años
padre
commit
58dc5154c3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      wowchemy-cms/data/wowchemy_cms_tpl.yaml

+ 1 - 1
wowchemy-cms/data/wowchemy_cms_tpl.yaml

@@ -244,7 +244,7 @@ collections:
         name: "categories"
         required: false
         widget: "list"
-      - {label: "External link (optional - replaces link to project page)", name: "external_link", widget: "string"}
+      - {label: "External link (optional - replaces link to project page)", name: "external_link", widget: "string", required: false}
       - label: Links
         name: links
         required: false