Skip to content

Commit

Permalink
Use select fields for target selection in admin
Browse files Browse the repository at this point in the history
  • Loading branch information
klonfish committed Jan 11, 2020
1 parent b08f7c9 commit 3ac1e15
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions blueprints.yaml
Expand Up @@ -23,7 +23,7 @@ form:
validate:
type: bool
index:
type: toggle
type: select
label: PLUGIN_STATIC_GENERATOR.ADMIN.STORAGE.INDEX
description: PLUGIN_STATIC_GENERATOR.ADMIN.DESCRIPTION.STORAGE.INDEX
highlight: native
Expand All @@ -33,9 +33,9 @@ form:
persist: PLUGIN_STATIC_GENERATOR.ADMIN.STORAGE.OPTIONS.PERSIST
transient: PLUGIN_STATIC_GENERATOR.ADMIN.STORAGE.OPTIONS.TRANSIENT
validate:
type: bool
required: true
content:
type: toggle
type: select
label: PLUGIN_STATIC_GENERATOR.ADMIN.STORAGE.CONTENT
description: PLUGIN_STATIC_GENERATOR.ADMIN.DESCRIPTION.STORAGE.CONTENT
highlight: native
Expand All @@ -45,7 +45,7 @@ form:
persist: PLUGIN_STATIC_GENERATOR.ADMIN.STORAGE.OPTIONS.PERSIST
transient: PLUGIN_STATIC_GENERATOR.ADMIN.STORAGE.OPTIONS.TRANSIENT
validate:
type: bool
required: true
addendum:
type: spacer
text: PLUGIN_STATIC_GENERATOR.ADMIN.DESCRIPTION.STORAGE.ADDENDUM
Expand Down

0 comments on commit 3ac1e15

Please sign in to comment.