Always Clear the cache if you have problem with this module.
Content Entity Builder, this module allow you build a content entity type and add base field to it by config.It also support export you content entity to module code and download it.
Features:
Bundles,revision, translatable, Owner are supported since beta14, both of them are optional.We add a Mode option for custom entity type since beta14, it has 4 options:
- Basic: the original way , One entity One table, keep your database table clean.
- Basic Plus : Basic + bundles support.
- Advanced: + bundles + translatable + Owner + Changed + Published
- Full: a custom content type like node, Advanced + revision.
How to use it
- Add a content entity type at admin/structure/content-types, for example "author", select mode "Basic",
- at admin/structure/content-types/manage/author, add base field to it, for example "Name", "Age", "Description"
- config entity type settings, include entity keys, entity paths. Make sure you know what you do.
- Click Save button! It will sync your config with database table
- If you select other mode option, you could see a "Bundles" tab, Click it you could manage the bundles of the entity type.
- Manage form display at admin/structure/content-types/manage/author/form-display, manage display at admin/structure/content-types/manage/author/display
- Add content at "/author/add", the path you could config
- Config entity permission at admin/people/permissions
- Click export tab, you could navigate to admin/structure/content-types/export,at here you could export your content entities to module code. It save you a lot time to create a custom content entity module.
Similar modules:
Supporting organizations:
Developing time
Project information
- Project categories: Content editing experience
104 sites report using this module
- Created by g089h515r806 on , updated
Stable releases for this project are covered by the security advisory policy.
Look for the shield icon below.
Releases
2.0.0
released 29 September 2025
Works with Drupal: ^9.1 || ^10 || ^11
Install:
Development version: 2.0.x-dev updated 29 Sep 2025 at 09:29 UTC
8.x-1.2
released 15 June 2024
Works with Drupal: ^9.1 || ^10
Install:
Development version: 8.x-1.x-dev updated 15 Jun 2024 at 14:51 UTC

