-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(v3.7.0) Transferred to Double Secret Agency
- Loading branch information
1 parent
085982b
commit 5ea6d07
Showing
31 changed files
with
178 additions
and
234 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/angell-co/Spoon/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/angell-co/Spoon/?branch=master) [![Build Status](https://scrutinizer-ci.com/g/angell-co/Spoon/badges/build.png?b=master)](https://scrutinizer-ci.com/g/angell-co/Spoon/build-status/master) [![Code Intelligence Status](https://scrutinizer-ci.com/g/angell-co/Spoon/badges/code-intelligence.svg?b=master)](https://scrutinizer-ci.com/code-intelligence) | ||
<img align="left" width="120" src="https://raw.githubusercontent.com/doublesecretagency/craft-spoon/085982bfc5dbc7b4f07433383cf5e534931b981d/resources/img/icon.svg" alt="Plugin icon"> | ||
|
||
# Spoon | ||
# Spoon plugin for Craft CMS | ||
|
||
Enhance your Matrix fields with groups, tabs and more! | ||
**Enhance your Matrix fields with groups, tabs and more!** | ||
|
||
![Banner](resources/img/banner.png) | ||
--- | ||
|
||
Use Spoon to group Matrix blocks, hide blocks and / or fields, and organise your block layouts with tabs. | ||
|
||
|
@@ -18,9 +18,6 @@ Get inception heavy with either a Matrix inside a Super Table or go wild and nes | |
|
||
--- | ||
|
||
**Note:** The license fee for this plugin is $59 via the Craft Plugin Store. | ||
|
||
|
||
## Requirements | ||
|
||
This plugin requires Craft CMS 3.0.15 or later. | ||
|
@@ -36,7 +33,7 @@ To install the plugin, follow these instructions. | |
|
||
2. Then tell Composer to load the plugin: | ||
|
||
composer require angellco/spoon | ||
composer require doublesecretagency/craft-spoon | ||
|
||
3. In the Control Panel, go to Settings → Plugins and click the “Install” button for Spoon. | ||
|
||
|
@@ -56,16 +53,6 @@ Use just one Matrix field and hide and show blocks or fields based on the Entry | |
![group block types button](resources/img/docs/group-block-types.jpg) | ||
|
||
|
||
### Roadmap | ||
|
||
If you wish to keep up with the progress of this project you can do so in the [GitHub project](https://github.com/angell-co/Spoon/projects/2). | ||
|
||
|
||
### Support | ||
|
||
All support requests should be submitted via [GitHub issues](https://github.com/angell-co/Spoon/issues), if you need more in-depth help then please do reach out to me on the [Craft Slack](https://craftcms.com/community#slack) (@joshangell) or email me - [[email protected]](mailto:[email protected]). | ||
|
||
|
||
## Usage | ||
|
||
The way Spoon works is by allowing you to create your block type groups and field layouts in multiple contexts. | ||
|
@@ -118,8 +105,12 @@ Spoon supports the standard config.php multi-environment friendly config file fo | |
|
||
--- | ||
|
||
Brought to you by [Angell & Co](https://angell.io) | ||
## Further Support | ||
|
||
If you have any remaining questions, feel free to [reach out to us](https://www.doublesecretagency.com/contact) (via Discord is preferred). | ||
|
||
This project used to live under a [different name](https://github.com/angell-co/Pimp-My-Matrix) in Craft 2, but I renamed it for obvious reasons. | ||
**On behalf of Double Secret Agency, thanks for checking out our plugin!** 🍺 | ||
|
||
Big thanks to the lovely people at [Supercool](https://github.com/supercool) for letting me take this project over. | ||
<p align="center"> | ||
<img width="130" src="https://www.doublesecretagency.com/resources/images/dsa-transparent.png" alt="Logo for Double Secret Agency"> | ||
</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
{ | ||
"name": "angellco/spoon", | ||
"name": "doublesecretagency/craft-spoon", | ||
"description": "A plugin for Craft to enhance your Matrix fields with groups, tabs and more!", | ||
"type": "craft-plugin", | ||
"version": "3.7.0", | ||
"keywords": [ | ||
"craft", | ||
"cms", | ||
|
@@ -11,33 +12,30 @@ | |
"matrix" | ||
], | ||
"support": { | ||
"email": "[email protected]", | ||
"issues": "https://github.com/angell-co/spoon/issues", | ||
"source": "https://github.com/angell-co/spoon", | ||
"docs": "https://github.com/angell-co/spoon/blob/master/README.md", | ||
"rss": "https://github.com/angell-co/spoon/commits/v2.atom" | ||
"docs": "https://github.com/doublesecretagency/craft-spoon/blob/master/README.md", | ||
"issues": "https://github.com/doublesecretagency/craft-spoon/issues" | ||
}, | ||
"license": "proprietary", | ||
"authors": [ | ||
{ | ||
"name": "Angell & Co", | ||
"homepage": "https://angell.io" | ||
"name": "Double Secret Agency", | ||
"homepage": "https://plugins.doublesecretagency.com" | ||
} | ||
], | ||
"require": { | ||
"craftcms/cms": "^3.5.0" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"angellco\\spoon\\": "src/" | ||
"doublesecretagency\\spoon\\": "src/" | ||
} | ||
}, | ||
"extra": { | ||
"name": "Spoon", | ||
"handle": "spoon", | ||
"description" : "A plugin for Craft to enhance your Matrix fields with groups, tabs and more!", | ||
"documentationUrl": "https://github.com/angell-co/spoon/blob/master/README.md", | ||
"changelogUrl": "https://raw.githubusercontent.com/angell-co/spoon/master/CHANGELOG.md", | ||
"class": "angellco\\spoon\\Spoon" | ||
"documentationUrl": "https://github.com/doublesecretagency/craft-spoon/blob/master/README.md", | ||
"changelogUrl": "https://raw.githubusercontent.com/doublesecretagency/craft-spoon/master/CHANGELOG.md", | ||
"class": "doublesecretagency\\spoon\\Spoon" | ||
} | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.