remove file (unsupported) from the list of available types for a site metafield (locomotivecms/engine#1162)
did
committed Jul 12, 2016
commit 50790c2b3942bd7af1e01fee5e8659589abe8e72
Showing 4
changed files with
4 additions
and 4 deletions
generators/blank/config/metafields_schema.yml
+1
-1
| @@ | @@ -12,7 +12,7 @@ |
| # <name_1>: | |
| # label: <my label> # used as the label of the HTML input. Use a hash if you want it in another languages. | |
| # hint: <my hint> # used as the hint of the HTML input. Use a hash if you want it in another languages. | |
| - | # type: <string|text|integer|float|file|image|boolean|select|color> |
| + | # type: <string|text|integer|float|image|boolean|select|color> |
| # localized: <true|false> # if the value is scoped by the current locale when rendering the site. | |
| # position: <0..n> # position of the input in the form | |
| # select_options: [array] | |
generators/bootstrap/config/metafields_schema.yml
+1
-1
| @@ | @@ -12,7 +12,7 @@ |
| # <name_1>: | |
| # label: <my label> # used as the label of the HTML input. Use a hash if you want it in another languages. | |
| # hint: <my hint> # used as the hint of the HTML input. Use a hash if you want it in another languages. | |
| - | # type: <string|text|integer|float|file|image|boolean|select|color> |
| + | # type: <string|text|integer|float|image|boolean|select|color> |
| # localized: <true|false> # if the value is scoped by the current locale when rendering the site. | |
| # position: <0..n> # position of the input in the form | |
| # select_options: [array] | |
generators/foundation5/config/metafields_schema.yml
+1
-1
| @@ | @@ -12,7 +12,7 @@ |
| # <name_1>: | |
| # label: <my label> # used as the label of the HTML input. Use a hash if you want it in another languages. | |
| # hint: <my hint> # used as the hint of the HTML input. Use a hash if you want it in another languages. | |
| - | # type: <string|text|integer|float|file|image|boolean|select|color> |
| + | # type: <string|text|integer|float|image|boolean|select|color> |
| # localized: <true|false> # if the value is scoped by the current locale when rendering the site. | |
| # position: <0..n> # position of the input in the form | |
| # select_options: [array] | |
generators/site_metafields/schema.yml.tt
+1
-1
| @@ | @@ -12,7 +12,7 @@ |
| # <name_1>: | |
| # label: <my label> # used as the label of the HTML input. Use a hash if you want it in another languages. | |
| # hint: <my hint> # used as the hint of the HTML input. Use a hash if you want it in another languages. | |
| - | # type: <string|text|integer|float|file|image|boolean|select|color> |
| + | # type: <string|text|integer|float|image|boolean|select|color> |
| # localized: <true|false> # if the value is scoped by the current locale when rendering the site. | |
| # position: <0..n> # position of the input in the form | |
| # select_options: [array] | |