blueprints: Added conditional entry application (#4167)

* blueprints: Added !AsBool tag

* Renamed AsBool tag to Condition

* Added conditions attributed to BlueprintEntry

* Added docs for the conditions attribute of a blueprint entry

* Website linting fix

* add new tag to vscode settings

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
Co-authored-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
sdimovv
2022-12-21 17:04:00 +00:00
committed by GitHub
parent e9f5d7aefe
commit 7f662ac2f3
10 changed files with 199 additions and 3 deletions
+2 -1
View File
@@ -24,7 +24,8 @@
"!Find sequence",
"!KeyOf scalar",
"!Context scalar",
"!Format sequence"
"!Format sequence",
"!Condition sequence"
],
"typescript.preferences.importModuleSpecifier": "non-relative",
"typescript.preferences.importModuleSpecifierEnding": "index",