Skip to content

Commit

Permalink
add examples of how to add different features
Browse files Browse the repository at this point in the history
  • Loading branch information
erral committed Oct 5, 2024
1 parent 21eebf9 commit 2000af5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions backend_addon/{{ cookiecutter.__folder_name }}/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,22 @@ plonecli add -b .mrbob.ini content_type
The command passes the `.mrbob.ini` configuration file to `plonecli` to set some configuration variables which are needed to properly run the subtemplates.


For instance, you could add a behavior to your package running this command:

```shell
plonecli add -b .mrbob.ini behavior
```

Or a controlpanel running this other command:

```shell
plonecli add -b .mrbob.ini controlpanel
```

You can check the list of available subtemplates in the [bobtemplates.plone README file](https://github.com/plone/bobtemplates.plone/?tab=readme-ov-file#provided-subtemplates)



## Contribute

- [Issue Tracker](https://github.com/{{ cookiecutter.github_organization }}/{{ cookiecutter.python_package_name }}/issues)
Expand Down

0 comments on commit 2000af5

Please sign in to comment.