Is it possible to add a textbox to Document Type > Generic Property section (see picture below)?
I have created a datatype based on a custom property editor, that can list all child nodes from a specified folder. My problem is where to specify which folder to list?
I know I can add a property to the property editor/datatype, but that would mean that I must create a datatype for each of the folder I would like to list. I would like to avoid that because I have many folders.
A simple solution would be to specify the folder (node id) when adding the datatype to a document type. Here is what I have in mind:
This solution would only require a single instance of my custom datatype.
Add a custom Generic Property to Document Type
Hi guys
Is it possible to add a textbox to Document Type > Generic Property section (see picture below)?
I have created a datatype based on a custom property editor, that can list all child nodes from a specified folder. My problem is where to specify which folder to list?
I know I can add a property to the property editor/datatype, but that would mean that I must create a datatype for each of the folder I would like to list. I would like to avoid that because I have many folders.
A simple solution would be to specify the folder (node id) when adding the datatype to a document type. Here is what I have in mind:
This solution would only require a single instance of my custom datatype.
I am using Umbraco verion 7.0.1
is working on a reply...