#[doc_enum]
Expand description
Sets up an enum for use in a Document. This macro does a couple of things:
- It derives serde’s Serialize and Deserialize traits. Make sure you have serde installed!
- Sets up said serialization and deserialization to work the way the editor expects.
- Derives ToEditorField for the schema