, (*1)
Spoon plugin for Craft CMS
Enhance your Matrix fields with groups, tabs and more!, (*2)
Use Spoon to group Matrix blocks, hide blocks and / or fields, and organise your block layouts with tabs., (*3)
Spoon never touches your content, it is simply a layer on top of the core Matrix field type, so if you ever donât want it you can just take the blue pill and uninstall it., (*4)
Or is it the red pill. Which is the real illusion?!, (*5)
Now works with Super Table!, (*6)
Get inception heavy with either a Matrix inside a Super Table or go wild and nest that Super Table in another Matrix for more fun., (*7)
Requirements
This plugin requires Craft CMS 3.0.15 or later., (*8)
Installation
To install the plugin, follow these instructions., (*9)
-
Open your terminal and go to your Craft project:, (*10)
cd /path/to/project
-
Then tell Composer to load the plugin:, (*11)
composer require doublesecretagency/craft-spoon
-
In the Control Panel, go to Settings â Plugins and click the âInstallâ button for Spoon., (*12)
Overview
Organise long lists of blocks into smaller groups for clearer selection., (*13)
, (*14)
Arrange fields into tabbed groups on each block type., (*15)
, (*16)
Use just one Matrix field and hide and show blocks or fields based on the Entry Type, Category Group and more., (*17)
, (*18)
Usage
The way Spoon works is by allowing you to create your block type groups and field layouts in multiple contexts., (*19)
Say you have a large Matrix field that drives a lot of the content on your site, you want it to work the same way across most of the control panel but there are often a couple of places you just want to tweak it. You might want an extra block type for a specific section, or to not show certain fields somewhere as they arenât applicable in that context., (*20)
We enable this to happen by making use of contexts. Each time the code runs that manipulates the output of your Matrix fields we check the context of the page to see if there is any specific configuration for that context and if not fall back to any defaults you may have set., (*21)
The following contexts are currently supported:, (*22)
- Entry Types
- Category Groups
- Global Sets
- Users
You can override your defaults for a specific context by going to the field layout designer for each one, clicking the gear icon of any active Matrix field and selecting âGroup block typesâ:, (*23)
, (*24)
Setting up defaults
To create default block type groups and field layouts for all your Matrix fields go to Spoon in the main navigation. Here you will find a list of your current Matrix fields., (*25)
Click a field name to launch the block type groups editor. It should look something like this:, (*26)
, (*27)
Now you can group your block types in the same way that you create a field layout for a section:, (*28)
, (*29)
If you leave any block types off then they wonât be shown., (*30)
Once you have some groups you can go one step further and customize the field layout for a particular block - just click the gear icon and select âEdit field layoutâ., (*31)
, (*32)
Thats it! You should now be able to browse to somewhere that uses that field and see your new groups and field layouts in action., (*33)
Config settings
Spoon supports the standard config.php multi-environment friendly config file for the plugin settings. Just copy the config.php to your Craft config/ directory as spoon.php and you can configure the settings in a multi-environment friendly way., (*34)
-
nestedSettings
- set this to an array of Matrix field handles that should use the nested settings menu display mode:
, (*35)
Further Support
If you have any remaining questions, feel free to reach out to us (via Discord is preferred)., (*36)
On behalf of Double Secret Agency, thanks for checking out our plugin! đș, (*37)
, (*38)