| | |
| | | /** |
| | | * Schema.org Registry - Centralized field and type definitions |
| | | * |
| | | * Field definitions use MetaManager field types and include transformer hints. |
| | | * Field definitions use Meta.php field types and include transformer hints. |
| | | * Types reference field names and support inheritance via 'extends'. |
| | | */ |
| | | class SchemaRegistry |
| | |
| | | } |
| | | |
| | | /** |
| | | * Get MetaManager configuration for a schema type |
| | | * Get Meta configuration for a schema type |
| | | * This creates the form fields for the selected @type |
| | | */ |
| | | public function getMetaConfigForType(string $type): array |