All Projects → afbora → Kirby Tabs Field

afbora / Kirby Tabs Field

The tab field type is designed specifically for use within the fields.

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Kirby Tabs Field

Unload Tabs
WebExtension that unloads tabs and prevents tabs from loading
Stars: ✭ 38 (-51.28%)
Mutual labels:  tabs
Getkirby.com
Source code and content for the Kirby website
Stars: ✭ 57 (-26.92%)
Mutual labels:  kirby
Embed
Media embed plugin for Kirby 2 CMS
Stars: ✭ 73 (-6.41%)
Mutual labels:  kirby
Ng Bootstrap
Angular powered Bootstrap
Stars: ✭ 7,872 (+9992.31%)
Mutual labels:  tabs
Bottomtablayout
Simple library for creating bottom tab layout. Made by Stfalcon
Stars: ✭ 47 (-39.74%)
Mutual labels:  tabs
React Ant Pro
(基于pro 1.0)基于Ant Design Pro 后台项目修改的多标签页tabs(多标签tabs、拖拽、富文本、多功能table、多选Select、React Hooks)
Stars: ✭ 64 (-17.95%)
Mutual labels:  tabs
Kirby Autofocus
Content aware image cropping for Kirby. Kirby 2 and 3.
Stars: ✭ 35 (-55.13%)
Mutual labels:  kirby
Vuex Multi Tab State
💾🔗🖥️ Share, synchronize and persist state between multiple tabs with this plugin for Vuex. TypeScript types included.
Stars: ✭ 77 (-1.28%)
Mutual labels:  tabs
Kirby Geolocation Field
Geolocation panel field for Kirby 2
Stars: ✭ 52 (-33.33%)
Mutual labels:  kirby
Panel Bar
panelBar for Kirby 2 CMS
Stars: ✭ 70 (-10.26%)
Mutual labels:  kirby
Tabsorter2
Google Chrome Tab Management Extension - Merge, Sort, split and more :)
Stars: ✭ 44 (-43.59%)
Mutual labels:  tabs
Kirby Color Palette
A color palette to pick colors from in the panel. Kirby 3 only.
Stars: ✭ 47 (-39.74%)
Mutual labels:  kirby
Docsify Tabs
A docsify.js plugin for rendering tabbed content from markdown
Stars: ✭ 65 (-16.67%)
Mutual labels:  tabs
Wheels
笨办法造轮子
Stars: ✭ 1,007 (+1191.03%)
Mutual labels:  tabs
React Antd Multi Tabs Admin
ts+react+antd-多页签后台模板(纯净版,非 antd pro!)
Stars: ✭ 73 (-6.41%)
Mutual labels:  tabs
Jquery.tabslideout.js
jQuery plugin to create a side/top/bottom tab that slides out to show a feedback form, contact form, notepad etc.
Stars: ✭ 35 (-55.13%)
Mutual labels:  tabs
Sirvy
🔗 Kirby Services API
Stars: ✭ 59 (-24.36%)
Mutual labels:  kirby
Kirby Relationship
Sortable multiselect field for Kirby 2 CMS
Stars: ✭ 78 (+0%)
Mutual labels:  kirby
Kirby Calendar Plugin
A plugin for the Kirby CMS to easily implement an event calendar.
Stars: ✭ 76 (-2.56%)
Mutual labels:  kirby
Kirby Tablex
KIRBY 2 ONLY. No plans for K3 version yet. Table field for Kirby CMS.
Stars: ✭ 70 (-10.26%)
Mutual labels:  kirby

Tabs Field v1.7

Tabbed Fields for Kirby CMS

Preview

The tab field type is designed specifically for use within the fields.

Error

If there's an error in another tab, like an empty but required field, the tab will be automatically switched.

Installation guide

1. With Kirby CLI

$ cd /your/kirby/installation
$ kirby plugin:install afbora/Kirby-Tabs-Field

2. With Git

2.1. Cloning
$ cd /your/kirby/instalation/site/fields
$ git clone https://github.com/afbora/Kirby-Tabs-Field.git tabs
2.2. Submodule
$ cd /your/kirby/instalation/
$ git submodule add https://github.com/afbora/Kirby-Tabs-Field site/fields/tabs

3. Tarball

Simply download this repository and extract it into /your-kirby-installation/site/fields/.

Blueprint Example

title: Project
pages: true
files: true
fields:
  tab1:
    label: General
    type:  tabs
  title:
    label: Title
    type:  text
  text:
    label: Text
    type:  textarea
  tab2:
    label: Details
    type:  tabs
  technologies:
    label: Technologies
    type:  textarea
  link:
    label: Link
    type:  url
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].