Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

afbora/Kirby-Tabs-Field

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published