Admin-defined publishable content types for TentaPress.
| Field | Value |
|---|---|
| ID | tentapress/content-types |
| Version | 0.2.0 |
| Provider | TentaPress\\ContentTypes\\ContentTypesServiceProvider |
Model structured content beyond pages and posts, such as case studies, team members, services, events, and locations, using a first-party TentaPress plugin.
- Admin-managed content type builder with plugin-owned persistence
- Per-type base paths for archive and single routes
- Publishable entries with blocks-based body authoring
- Custom field support for text, textarea, number, boolean, date/time, select, and relation fields
- Optional relation sources for Pages and Posts via the shared content reference registry
- Plugin-owned JSON API with per-type visibility controls
- Theme-aware single rendering with plugin fallbacks
| Label | Parent | Route | Capability |
|---|---|---|---|
| Content Types | Structure |
tp.content-types.index |
manage_content_types |
This plugin is intentionally self-contained. It does not require root config changes or .env values for normal use.
- Requires
tentapress/admin-shell,tentapress/blocks, andtentapress/system - If disabled, the plugin’s routes, admin UI, and runtime behaviour disappear cleanly
headless-api,seo,workflow, andsearchare not required for this first release
php artisan tp:plugins sync
php artisan tp:plugins enable tentapress/content-types
php artisan migrate --force
./vendor/bin/pint --dirty
composer test:filter -- ContentTypes