docs: update inline option description

This commit is contained in:
Alan Agius 2020-12-09 11:49:38 +01:00 committed by Charles
parent f0d18e990e
commit e68c59a37c
2 changed files with 2 additions and 2 deletions

View File

@ -759,7 +759,7 @@
"properties": {
"inline": {
"type": "boolean",
"description": "Reduce render blocking requests by inlining external fonts in the application's HTML index file. This requires internet access.",
"description": "Reduce render blocking requests by inlining external Google fonts and icons CSS definitions in the application's HTML index file. This requires internet access.",
"default": true
}
},

View File

@ -103,7 +103,7 @@
"properties": {
"inline": {
"type": "boolean",
"description": "Reduce render blocking requests by inlining external fonts in the application's HTML index file. This requires internet access.",
"description": "Reduce render blocking requests by inlining external Google fonts and icons CSS definitions in the application's HTML index file. This requires internet access.",
"default": true
}
},