Initial commit
This commit is contained in:
commit
65e0da7e11
1397 changed files with 596542 additions and 0 deletions
27
site/OFF_plugins/quickselect/README.md
Normal file
27
site/OFF_plugins/quickselect/README.md
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
# Kirby Quickselect v1.3 <a href="https://www.paypal.me/medienbaecker"><img width="99" src="http://www.medienbaecker.com/beer.png" alt="Buy me a beer" align="right"></a>
|
||||
|
||||
This field is based on the core select field and adds a filter and placeholder functionality. It uses the [select2](https://github.com/select2/select2) jQuery plugin.
|
||||
|
||||
When displaying the images of a page with `options: images` it will display thumbs automatically.
|
||||
|
||||
## Installation
|
||||
|
||||
Simply put the `quickselect` folder into your `site/plugins` folder.
|
||||
|
||||
## Example
|
||||
|
||||

|
||||
|
||||
````
|
||||
featured:
|
||||
label: Image
|
||||
type: quickselect
|
||||
options: images
|
||||
placeholder: Choose an image...
|
||||
````
|
||||
|
||||
Just like you do with the regular `select` field, you can specify what elements should be listed. `pages`, `children`, `files`, `images`, [...](https://getkirby.com/docs/cheatsheet/panel-fields/select). Even a more complex `query` or options from another field.
|
||||
|
||||
Anything that's printed in the list can be searched for. So if you set the `text` of a `query` to `{{title}} ({{uri}})`, you can find pages by their ancestors, too.
|
||||
|
||||
Compared to the core `select` field, you can also define a `placeholder` that can make things clearer for the editor.
|
||||
Loading…
Add table
Add a link
Reference in a new issue