What problem does it solve?
Klytos Custom Fields provides a unified approach to attach extra data to pages, users, or custom post types by using two systems: MetaManager for free-form key-value data and FieldManager for structured typed fields with 27 types, validation rules, and schema enforcement.
Core Features & Use Cases
- MetaManager (free-form) enables arbitrary key-value storage per entity with hooks for meta.before_set, meta.after_set, and meta.get.
- FieldManager (structured) offers typed fields (27 types) with schema enforcement for robust data models, including common types like text, number, date, image, select, repeater, and relationships.
- Use MCP tools to add and manage fields on CPTs, pages, and users, enforcing validation and enabling consistent data across the CMS.
Quick Start
Create a new numeric field on a product post type using FieldManager via MCP and validate it against the schema.