config/theme_app_extension.yml in theme-check-1.2.0 vs config/theme_app_extension.yml in theme-check-1.3.0
- old
+ new
@@ -21,10 +21,11 @@
min_consecutive_statements: 4
MissingTemplate:
enabled: true
ignore: []
+ ignore_missing: []
NestedSnippet:
enabled: true
ignore: []
max_nesting_level: 3
@@ -108,15 +109,17 @@
ParserBlockingScriptTag:
enabled: true
AssetSizeJavaScript:
enabled: true
+ severity: suggestion
ignore: []
threshold_in_bytes: 10_000
AssetSizeCSS:
enabled: true
+ severity: suggestion
ignore: []
threshold_in_bytes: 100_000
ImgWidthAndHeight:
enabled: true
@@ -142,12 +145,24 @@
enabled: true
ignore: []
AssetSizeAppBlockJavaScript:
enabled: true
+ severity: suggestion
ignore: []
threshold_in_bytes: 10_000
AssetSizeAppBlockCSS:
enabled: true
+ severity: suggestion
ignore: []
threshold_in_bytes: 100_000
+
+AppBlockValidTags:
+ enabled: true
+ ignore: []
+
+PaginationSize:
+ enabled: true
+ ignore: []
+ min_size: 1
+ max_size: 50