Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[generate:content:entity] Make creating admin routes/forms optional #3074

Closed
recidive opened this issue Jan 4, 2017 · 2 comments
Closed

Comments

@recidive
Copy link

recidive commented Jan 4, 2017

Sometimes, specially when using Drupal as headless backend server, you don't need anything related to entity administration.

The routes for configuring entity fields, display settings, etc could be optional. This would help a lot when using Drupal entities only through services since you end up having to remove a lot of code that you are not going to need.

We could ask some questions like:

Do you want an administration interface for configuring fields and display settings for your entity?

Do you want an administration interface and forms for administrating instances for you entity type?

@jmolivas
Copy link
Member

jmolivas commented Jan 4, 2017

Like the idea. We just need to investigate which pieces we do not require to render.

@LOBsTerr
Copy link
Member

LOBsTerr commented Mar 9, 2018

@recidive I have tried to check this improvements. Are you expecting that user will not be able to add/edit/remove the entities through admin web interface.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants