Skip to content
Snippets Groups Projects
Commit 9ae69663 authored by Dominik Wille's avatar Dominik Wille Committed by Pascal Crott
Browse files

Issue #3484415 by harlor: Warning: Undefined array key "defer"

parent 2b95a8c5
No related branches found
No related tags found
1 merge request!3Fix config schema
Pipeline #329094 failed
......@@ -72,7 +72,7 @@ spa_argument.plugin.context:
label: 'Required'
spa_library:
type: mapping:
type: mapping
label: 'Library'
mapping:
library:
......@@ -122,6 +122,9 @@ spa_library.plugin.js_external:
async:
type: boolean
label: Async
defer:
type: boolean
label: Defer
spa_library.plugin.css_snippet:
type: mapping
......@@ -166,3 +169,6 @@ spa_library.plugin.css_external:
async:
type: boolean
label: Async
defer:
type: boolean
label: Defer
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment