Skip to content
This repository has been archived by the owner on Jul 2, 2019. It is now read-only.

DerZyklop/kirbycms-pageselect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Kirby Panel Pageselect field

What is this

This is a custom pageselect field for the Kirby panel, which makes it easy to select any page and add its uri to your txt as a separate field.

Installation

If not already exists, add a fields folder to your site/panel folder and copy the entire tags field folder there. Your structure should look like this:

site
	panel
		fields
			pageselect
				pageselect.css
				pageselect.php

In your blueprints

As soon as you dropped the pageselect field into your panel folder you can use it in your blueprints:

fields:
	myfield:
		label: My Page Select
		type: pageselect

This is what you get:

This will render a select field with all available pages of your site.

pageselect

Options

No options jet.

About

A custom pageselect field for the Kirby panel.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published