Download the PHP package daandelange/arborescence without Composer
On this page you can find all versions of the php package daandelange/arborescence. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download daandelange/arborescence
More information about daandelange/arborescence
Files in daandelange/arborescence
Download daandelange/arborescence
More information about daandelange/arborescence
Files in daandelange/arborescence
Vendor daandelange
Package arborescence
Short Description A tree menu for your kirby (v5) panel.
License MIT
Package arborescence
Short Description A tree menu for your kirby (v5) panel.
License MIT
Please rate this library. Is it a good library?
Informations about the package arborescence
Arborescence
Arborescence is a minimal tree menu for quickly accessing nested pages in your Kirby panel.
It's a PagesSection
plugin providing navigation access to nested pages (no actions).
Technically, it simply wraps the native k-pages-tree
into a panel section ready to use with your blueprints.
(The k-pages-tree
is shown in the page move dialog for example.)
Requirements
- Kirby 5 with the panel enabled.
- Maybe v4 works too? (Report back if it does !)
Install
- Manually: Download and copy this repository to
/site/plugins/arborescence
. - Composer:
composer require daandelange/arborescence
- Git submodule:
git submodule add https://github.com/daandelange/kirby-arborescence.git site/plugins/arborescence
Setup
Add the arborescence
section to your blueprint :
`
Options
All section options are optional:
label
: A label. (Default =null
)rootPage
: The root of the menu to display.site
orpages/id+sub-id
. (Default = current content page model)showParent
: To show the parent as an antry. (Default =true
)
Examples
`
Develop & Build
- Install kirbyup :
pnpm install
- While coding:
pnpm run dev
- Production build:
pnpm run build
(creates a minified and optimized version ofindex.js
andindex.css
)
Alternatives & Similar
- Retrotree for Kirby 3.
- The native pages section (which isn't recursive).
License
MIT
Credits
All versions of arborescence with dependencies
PHP Build Version
Package Version
Requires
getkirby/composer-installer Version
^1.1
The package daandelange/arborescence contains the following files
Loading the files please wait ....