Extensions recipes
-
Extend core classes like the Kirby or site classes
-
Display a nice auto-generated image when linking to PDF flyers, booklets etc.
-
Learn how to update file metadata programmatically
-
Use files from outside of Kirby’s file system as first class citizens
-
Set up custom components to deliver assets and files through a CDN.
-
Find out about ways to fine-tune and go beyond Kirby's built-in permission system in the Panel
-
Create your first custom Panel field from scratch
-
When to use what type of KirbyText/KirbyTags hook
-
Use placeholders for recurring text snippets and more
-
Let's build a custom Panel section
-
Auto-generate subpages when you create a new page
-
Add columns to your textarea fields with this KirbyTag plugin.
-
Remove unused fields from content files
-
Auto-replace headlines with anchors and generate a table of contents
-
Split visitors into groups to compare how different versions perform.
-
Extend existing KirbyTags in custom tags with less hassle.