https://github.com/backdrop-contrib/recipes
Recipes are collections of configuration files to make our lives easier :)
https://github.com/backdrop-contrib/recipes
backdropcms config
Last synced: 10 months ago
JSON representation
Recipes are collections of configuration files to make our lives easier :)
- Host: GitHub
- URL: https://github.com/backdrop-contrib/recipes
- Owner: backdrop-contrib
- License: gpl-2.0
- Created: 2021-09-09T20:23:36.000Z (over 4 years ago)
- Default Branch: 1.x-1.x
- Last Pushed: 2025-04-03T19:31:57.000Z (10 months ago)
- Last Synced: 2025-04-03T20:29:01.930Z (10 months ago)
- Topics: backdropcms, config
- Language: PHP
- Homepage:
- Size: 40 KB
- Stars: 1
- Watchers: 7
- Forks: 3
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Recipes
========
Provides an administrative interface to manage recipe modules.
Supported actions:
- Apply recipe: Will import the configuration files from this recipe (equivilent to
'Enable' on the modules page).
- Revert recipe: Will re-install the configuration files from this recipe, overwriting
any changes.
- Inspect recipe: Will list all config files included in this recipe.
- Remove recipe: (Coming soon) Will remove all active config files originating from this recipe.
- Export recipe: (Coming soon) Will re-export the current state of the configuratuion
files from this recipe, including any changes that have been made.
## Developer notes:
Include the following lines to your recipe module's .info file to have it appear
on the recipies listing page (admin/structure/recipes):
```
package = Recipes
```
To prevent the recipe from appearing on the modules lsting page (admin/modules),
you may add the following line. It will still be visible on the Recipes page.
```
hidden = true
```
Installation
------------
- Install this module using the official Backdrop CMS instructions at
https://backdropcms.org/guide/modules
- Navigate to the Recipes page at Administer > Structure > Recipes
(admin/structure/recipes) to view a list of all available recipes.
License
-------
This project is GPL v2 software. See the LICENSE.txt file in this directory for
complete text.
Current Maintainers
-------------------
- Jen Lampton (https://github.com/jenlampton)
- Seeking additional maintainers.
Credits
-------
- Craeated for Backdrop CMS by Jen Lampton (https://github.com/jenlampton).