You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
4. Add [badges](https://poser.pugx.org/), if you like
27
-
5. Write a proper `README.md` for your plugin
28
-
29
-
----
30
-
31
11
## 🚀 How to use
32
12
33
-
…
13
+
Kirby lets you use PHP-based blueprints in plugins, e.g. to use different blueprints for different user roles. This is thoroughly described [in Sonja's fantastic cook book article](https://getkirby.com/docs/cookbook/development-deployment/programmable-blueprints). Unfortunately, this does not work with the native `blueprints` folder, usually residing in `site/blueprints`.
14
+
15
+
After installing this plugin, you can start using PHP-based blueprints in `site/blueprints` folder, just like you would in plugins!
34
16
35
-
## ⚙️ Config
17
+
Happy Coding!
36
18
37
-
…
19
+
[//]: #(## ⚙️ Config)
38
20
39
21
## 💻 How to install
40
22
@@ -44,15 +26,11 @@ Install this plugin via **Composer**:
0 commit comments