Version 1.0.0
August 11, 2026
Added
- Restrict entry type creation by user group, per section and entry type.
- Cap how many entries of a type a section may hold (admins are not exempt from limits).
- Multisite support: scope rules to specific sites, count limits globally or per site, and override a rule for one site while inheriting the rest from a general row.
- Dedicated CP settings page at
/admin/settings/entry-type-policywith an editable rules table. - Manage entry type rules permission so non-admins can configure rules without full admin access.
- Inline site and user group checkbox pickers; entry type options filter by selected section.
- Rules version-controllable in
config/entry-type-policy.php(overrides CP settings, as with any Craft config file). While that file defines rules, the settings page turns read-only and names it, and saving is refused so the stored control panel rules survive untouched. - German translations for the settings UI.
Notes
- Admins bypass user group rules but not entry limits.
- Editing an existing entry of a barred type remains allowed; only creation and type switching are blocked. Revisions, and drafts of an entry that already exists, pass the guard untouched — Craft writes a revision by duplicating the entry, and treating that duplicate as a new entry would make every save of a capped type fail.
- Propagation is deliberately not guarded — rules govern where an entry may be created.
- Console and queue saves skip enforcement (trusted operations).