# ContentConfiguration

ContentConfiguration

Config for one or more content types that share the same properties
and rules. Grouping several `configurationContentTypes` in one entry avoids
duplicating an identical config (e.g. story + reel).

**Status:** ⚠️ Experimental

**Fields:**
- `configurationContentTypes`: `[ConfigurationContentType!]!` - The content type(s) this config applies to (grouped when rules are identical).
- `rules`: `[ValidationRule!]!` - Validation rules that decide whether a draft is valid.
- `supportedProperties`: `[ContentProperty!]!` - The properties these content types support; absence means unsupported.