Download the PHP package pwaldhauer/kirby-quick-add without Composer
On this page you can find all versions of the php package pwaldhauer/kirby-quick-add. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download pwaldhauer/kirby-quick-add
More information about pwaldhauer/kirby-quick-add
Files in pwaldhauer/kirby-quick-add
Package kirby-quick-add
Short Description Kirby Quick Add Panel Section
License MIT
Informations about the package kirby-quick-add
Kirby Quick Add Plugin
This plugin provides a two panel section that provides a form to quickly add a new child page to a pre defined
page structure. Initially it was build to quickly create new blog posts without having to navigate the page tree
to the correct directory (e.g. blog/posts/[current year]
).
Please consider this plugin as a show case how to build a simple custom section and not as full fledged and extremely customizable plugin. It's mainly built for my blog and just published because I wanted to write a post about it 🤪
Installation
composer require pwaldhauer/kirby-quick-add
or copy the files to thesite/plugins
folder.- Add the section to a blueprint:
or
(or combine both with a colums
thingy)
Blueprint options (quickadd)
headline
: Printed above the sectiontarget
: The path to the page the new one will be a child of.[YEAR]
will be replaced with the current year (e.g. 2020).templates
: List of possible templatesdefaultTemplate
: Default template
Blueprint options (quickaddimage)
headline
: Printed above the sectiontext
: Printed in the drop zonedragText
: The KirbyTag that will be inserted into the post for every filetarget
: The path to the page the new one will be a child of.[YEAR]
will be replaced with the current year (e.g. 2020).template
: Default template for the created post
License
MIT