Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
attus74 committed Feb 15, 2022
1 parent bc25cb5 commit 6d0f304
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ Either the name of a module or a path for a new module shall be used. Path shall
Use the bundles argument, if you want your new custom contenty entity type to have bundles. In order to create
Entity Bundle Classes, use both the bundles and the bundle-classes options.

## New class based entity bundle
This command works only if the entity type already exists and is active (i.e. the module defining it is active).
```
drush devu-nt-bundle entity_type_id bundle_id "Bundle Label" --name="Your Name"
```

## New Annotation Plugin
```
drush devu-plugin plugin_name --module=existing_module_name --name="Your Name"
Expand Down

0 comments on commit 6d0f304

Please sign in to comment.