1 result
CpMultiplaneGUI
CpMultiplaneGUI
Addon for Cockpit CMS, that adds some ui options for the CpMultiplane frontend.
- adds profiles for easier config management
- adds a few fields to the sidebar, so you don't have to define them in your collection definitions
- some gui tweaks for easier access
- custom fields
simple-gallery
to force users to use assets instead of imagesseo
key-value-pair
Installation
Copy this repository into /addons
and name it CpMultiplaneGUI
or use the cli.
via git
cd path/to/cockpit
git clone https://github.com/raffaelj/cockpit_CpMultiplaneGUI.git addons/CpMultiplaneGUI
via cp cli
cd path/to/cockpit
./cp install/addon --name CpMultiplaneGUI --url https://github.com/raffaelj/cockpit_CpMultiplaneGUI/archive/master.zip
via composer
Make sure, that the path to cockpit addons is defined in your projects' composer.json
file.
{
"name": "my/cockpit-project",
"extra": {
"installer-paths": {
"addons/{$name}": ["type:cockpit-module"]
}
}
}
cd path/to/cockpit-root
composer create-project --ignore-platform-reqs aheinze/cockpit .
composer config extra.installer-paths.addons/{\$name} "type:cockpit-module"
composer require --ignore-platform-reqs raffaelj/cockpit-cpmultiplanegui
To do
- setup via gui - create collections, singletons and forms from default templates