We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 470d536 commit de1bfc8Copy full SHA for de1bfc8
composer.json
@@ -0,0 +1,21 @@
1
+{
2
+ "name": "rasteiner/k3-whenquery",
3
+ "description": "Conditionally show fields and sections. Better.",
4
+ "type": "kirby-plugin",
5
+ "license": "MIT",
6
+ "homepage": "https://getkirby.com/plugins/rasteiner/k3-whenquery",
7
+ "version": "0.1.0",
8
+ "authors": [
9
+ {
10
+ "name": "Roman Steiner",
11
+ "email": "[email protected]",
12
+ "homepage": "https://getkirby.com/plugins/rasteiner"
13
+ }
14
+ ],
15
+ "require": {
16
+ "getkirby/composer-installer": "^1.2"
17
+ },
18
+ "extra": {
19
+ "installer-name": "k3-whenquery"
20
21
+}
0 commit comments