Main Menu
Contact
Popular Plugins
Sign In

In the config array, you can set a new key "tabs". The value should be an array where you would set a key (unique, easily used within fields later) and the tab title as value (can be wrapped with the concrete5 translate function). Like so:

"tabs"      => [
	"basics"   => t("Basics"),
	"advanced" => t("Advanced"),
],

You can declare as much tabs as you'd like. Of course, don't overdo it. Keep it simple (and short) for the content editor.

In your field array, you can set a new key with "tab" and put the used key from the tabs in it. Let's take the above example. We added in 2 values to that array and one has a key "basics" and the other has a key "advanced". So the value can be either of these 2, like this:

"color"           => [
	"type"       => "Text",
	"label"      => t("Your favourite color"),
	"required"   => true,
	"searchable" => false,
	"tab"        => 'advanced', // this can be either "basics" or "advanced", since we declared those 2 earlier in the file
],

*The "Repeatable" field type can also have fields, but you can not use tabs within this field type (yet).

Use, by you or one client, in a single end product. The total price includes the item price and a buyer fee.

  • Quality checked by Concrete5
  • Future updates
  • 30 Day Support
  • Concrete5 buyer fee: $35.70
Add to Concrete5 Cart

Use, by you or a client, in 5 single end products. The total price includes the item price and a buyer fee.

  • Quality checked by Concrete5
  • Future updates
  • 30 Day Support
  • Concrete5 buyer fee: $142.80
  • Save an extra: $119.00
Add to Concrete5 Cart

Use, by you or a client, in x/xx single end products.

Upon request, quote will be made and sent to you via email.

  • Quality checked by Concrete5
  • Future updates
  • 30 Day Support
  • Saves extra $$
Request Quote
Released 6 years ago
Updated 1 year ago
Installs 3
Requires concrete5 5.7.5.3
Current version 1.4.5
Skill level Bleeding Edge

Buyer Rating:

5 average based on 3 ratings More information

Got something to say? Need help?

View support forum