content_foundry 1.0.0-alpha.1
content_foundry: ^1.0.0-alpha.1 copied to clipboard
Customizable GUI editor for content with user-defined schema
Form-like UI for editing various kinds of user-defined content. Can be used for a CMS front-end.
The package is currently in the active development – APIs will break.
Features #
- Supported types:
boolStringdoubleenum– choice from a list ofStringsstructure– set of named fieldslist– list of fieldspolymorphic– a field that can be of multiple different types (similar to JSON SchemaanyOf)nullable– "wrapper" field around any field to make it nullable (other fields are non-nullable by default)
- Custom fields.
- Custom field editors.
- Overriding of default field editors.
Usage #
Check out the example.