Is it possible to save additional information on a Document type
Hey there,
Is it possible to add editable fields to a Document Type, so that it's possible to configure it on the Document Type itself and not on the content derived from the Document Type?
Example:
I have a Document Type called "Composition50-50" and one called "Composition 33-33-33", on each of these I'd like a TextArea where I can enter some JSON, and this configuration shouldn't be visible or updateable from on the Content Node derived from the Document Type.
I'd then later use the JSON configuration from the Document Types when I pull out Content Nodes via an API endpoint.
Is it possible to save additional information on a Document type
Hey there,
Is it possible to add editable fields to a Document Type, so that it's possible to configure it on the Document Type itself and not on the content derived from the Document Type?
Example:
I have a Document Type called "Composition50-50" and one called "Composition 33-33-33", on each of these I'd like a TextArea where I can enter some JSON, and this configuration shouldn't be visible or updateable from on the Content Node derived from the Document Type.
I'd then later use the JSON configuration from the Document Types when I pull out Content Nodes via an API endpoint.
Would a label do the trick? https://our.umbraco.com/documentation/Fundamentals/Backoffice/Property-Editors/Built-in-Property-Editors/Label
is working on a reply...