Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
spa
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
spa
Commits
9ae69663
Commit
9ae69663
authored
3 months ago
by
Dominik Wille
Committed by
Pascal Crott
3 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3484415
by harlor: Warning: Undefined array key "defer"
parent
2b95a8c5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!3
Fix config schema
Pipeline
#329094
failed
3 months ago
Stage: build
Stage: validate
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
config/schema/spa.schema.yml
+7
-1
7 additions, 1 deletion
config/schema/spa.schema.yml
with
7 additions
and
1 deletion
config/schema/spa.schema.yml
+
7
−
1
View file @
9ae69663
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment