https://github.com/studioespresso/craft3-defaulttab
Add a default tab to your new sections
https://github.com/studioespresso/craft3-defaulttab
craft3 craftcms craftcms-plugin
Last synced: 9 months ago
JSON representation
Add a default tab to your new sections
- Host: GitHub
- URL: https://github.com/studioespresso/craft3-defaulttab
- Owner: studioespresso
- License: mit
- Archived: true
- Created: 2017-11-01T10:06:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-05-09T07:46:58.000Z (about 5 years ago)
- Last Synced: 2025-09-06T04:52:01.602Z (10 months ago)
- Topics: craft3, craftcms, craftcms-plugin
- Language: PHP
- Size: 1.26 MB
- Stars: 7
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.MD
- Changelog: CHANGELOG.MD
- License: LICENSE.md
Awesome Lists containing this project
README
# Default Tab for Craft CMS 3.x
This plugin is no longer maintained since Craft handles this better since Craft 3.4.
---
When building sites with Craft CMS, you've probably done this a couple of times: you create a new section, you go to add fields and the first thing you have to do is add a new tab. Every time. This plugin aims to fix that 🎉.

## Requirements
This plugin requires Craft CMS 3.0.0-beta.29 or later.
## Installation
To install the plugin, follow these instructions.
1. Open your terminal and go to your Craft project:
cd /path/to/project
2. Then tell Composer to load the plugin:
composer require studioespresso/defaulttab
3. In the Control Panel, go to Settings → Plugins and click the “Install” button for Default Tab.
## Settings
- Tab title: set the title for your default tab
- Use title field: enable this give each new section a title field (only applies to Single sections)
- Select the field groups you want to add to your new sections by default. Fields in those groups will be added to the section.
###### Brought to you by [Studio Espresso](https://studioespresso.co)