sylvainjule/quickpages

This package is abandoned and no longer maintained. No replacement package was suggested.

Quickly filter the Pages field's dialog

Installs: 33

Dependents: 0

Suggesters: 0

Security: 0

Stars: 6

Watchers: 1

Forks: 0

Open Issues: 0

Language:JavaScript

Type:kirby-plugin

1.0.0 2019-03-28 11:42 UTC

This package is auto-updated.

Last update: 2020-03-01 00:14:11 UTC


README

Since Kirby 3.3.0, this feature is in Kirby's core. This plugin is therefore obsolete.

Kirby Quickpages

Quickly filter the Pages field's dialog.

quickpages-screenshot


1. Installation

Note: I will not work on feature requests for this plugin since this feature will most likely end up in the core soon.

Download and copy this repository to /site/plugins/quickpages

Alternatively, you can install it with composer: composer require sylvainjule/quickpages


2. Setup

Replaces the pages field with quickpages in your blueprint.

3. Options

The filed shares all the option with the pages field, and an additional one:

quickpages:
  type: quickpages
  # wheter the input string should match the beginning of a title only (true) or match any part of the title (false)
  start: false

4. License

MIT