All Projects → mullema → k3-panel-view-extended

mullema / k3-panel-view-extended

Licence: MIT License
Quick fix for some missing features in the panel

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to k3-panel-view-extended

k3-image-clip
Visually crop images with a handy image editor directly inside the panel
Stars: ✭ 38 (+58.33%)
Mutual labels:  kirby-panel, kirby3, kirby3-plugin
kirby3-bolt
Kirby 3 Plugin for a fast Page lookup even in big content trees
Stars: ✭ 24 (+0%)
Mutual labels:  kirby3, kirby3-plugin
kirby3-doctor
Plugin to check health of your CMS installation
Stars: ✭ 19 (-20.83%)
Mutual labels:  kirby3, kirby3-plugin
kirby3-similar
Find similar collection items based on similarity
Stars: ✭ 16 (-33.33%)
Mutual labels:  kirby3, kirby3-plugin
komments
A Kirby 3 comment plugin
Stars: ✭ 28 (+16.67%)
Mutual labels:  kirby3, kirby3-plugin
kirby3-ray
Helper tool that enables ray on all the extendable methods.
Stars: ✭ 17 (-29.17%)
Mutual labels:  kirby3, kirby3-plugin
reporter-for-kirby
Gather feedback directly out of the Panel!
Stars: ✭ 27 (+12.5%)
Mutual labels:  kirby3, kirby3-plugin
kirby3-redirects
Setup HTTP Status Code Redirects from within the Kirby Panel
Stars: ✭ 14 (-41.67%)
Mutual labels:  kirby3, kirby3-plugin
kirby3-instagram
Kirby 3 Plugin to call Instagram (or any other) API Endpoints
Stars: ✭ 20 (-16.67%)
Mutual labels:  kirby3, kirby3-plugin
kirby-helpsection
Panel view to display help for users.
Stars: ✭ 35 (+45.83%)
Mutual labels:  kirby-panel, kirby3-plugin
kirby-minify-html
Enable minify HTML output for Kirby 3
Stars: ✭ 27 (+12.5%)
Mutual labels:  kirby3, kirby3-plugin
kirby-date-methods
Kirby 3 plugin providing field and page methods for formatting dates and creating PHP date objects
Stars: ✭ 13 (-45.83%)
Mutual labels:  kirby3-plugin
kirby3-many-to-many-field
This plugin allows you to create many-to-many relationships between pages in Kirby and synchronizes them on both sides.
Stars: ✭ 38 (+58.33%)
Mutual labels:  kirby3
laravel-mix-kirby
Laravel Mix helper for Kirby
Stars: ✭ 23 (-4.17%)
Mutual labels:  kirby3
kirby-git
Kirby plugin for updating content in the panel via Git
Stars: ✭ 75 (+212.5%)
Mutual labels:  kirby-panel
kirby3-suncyclepages
kirby3 plugin to embargo pages until sunrise date and withdraw at sunset date
Stars: ✭ 17 (-29.17%)
Mutual labels:  kirby3-plugin
content-viewer
A nifty little Kirby widget that allows you to show a block of Kirbytext or Markdown content in Kirby's panel.
Stars: ✭ 16 (-33.33%)
Mutual labels:  kirby-panel
kirby-copy-files
Clone page dashboard widget for Kirby panel
Stars: ✭ 12 (-50%)
Mutual labels:  kirby-panel
kirbyup
🆙 Zero-config bundler for Kirby Panel plugins
Stars: ✭ 33 (+37.5%)
Mutual labels:  kirby-panel
kirby-boiler-field
Boilerplate for Kirby form fields
Stars: ✭ 15 (-37.5%)
Mutual labels:  kirby-panel

Kirby 3: Panel View Extended

With Kirby 3.6 a lot of new CSS selectors were added to the Panel views. Therefore, the add css classes feature was removed from this plugin. See the official Kirby website for available css selectors.

Features with Blueprint options:

  • In a multi language setup: Set a site/page/user to single language and hide the language drop down

  • Hide the settings dropdown for pages in the options top bar and in pages sections

  • Hide the status button in the options top bar for pages and in pages sections

  • Hide the whole options top bar for pages and in pages sections

  • - Hide the draft option the in status change dialog

This plugin is compatible with rasteiner/k3-pagesdisplay-sections

From Kirby 3.6 use v4.0
From Kirby 3.5 use v3.0
From Kirby 3.2.5 use v2.2.x
For Kirby 3.2.x use v2.1.x
For Kirby 3.0 - 3.1.x use version 1.0.4

Installation

Download

Download and copy this repository to /site/plugins/k3-panel-view-extended

Git submodule

git submodule add https://github.com/mullema/k3-panel-view-extended.git site/plugins/k3-panel-view-extended

Composer

composer require mullema/k3-panel-view-extended

Features

additional classes to k-page-view

No longer available

singleLanguage

(multilanguage setup) This blueprint option hides the language selector and forces all updates to be saved in the default language (see hook)

Only updates from the Panel are intercepted. Pages created or updated via own backend code are not affected.

Available in site, pages and user blueprints.

options:
  singleLanguage: true

hideSettings

This blueprint option hides the settings dropdown in the top bar menu and in pages sections for the specific page. Can be desired e.g. if all options are disabled.

Available in pages blueprints.

options:
  hideSettings: true

hideStatus

This blueprint option hides the status flag in the top bar menu and in pages sections for the specific page.

Available in pages blueprints.

options:
  hideStatus: true

hideOptions

This blueprint option hides the whole options top bar for pages. It includes all features from singleLanguage, hideSettings and hideStatus.

Available in pages blueprints.

options:
  hideOptions: true

hideDraftOption

No longer available

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].