Skip to content

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

Notifications You must be signed in to change notification settings

elwin1234/Kirby-Tabs-Field

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tabs Field v1.6

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.

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 54.5%
  • CSS 40.5%
  • PHP 5.0%