Hi,
Im wondering, i want to customize and create the form structure programatically. I investigate that, the form structure for a content is saved in cmsPropertyData table. I tried to edit the JSON to add new field directly in the database. It works! but im thinking to do this programatically (creating the json manually and update the db).
Is there any hint for this ?
And further more,
I see that the structure is like this :

I wish to add new custom attribute here and umbraco backend user can edit this custom field (maybe visibility attribute).
Hi,
I
m wondering, i want to customize and create the form structure programatically. I investigate that, the form structure for a content is saved in cmsPropertyData table. I tried to edit the JSON to add new field directly in the database. It works! but im thinking to do this programatically (creating the json manually and update the db).Is there any hint for this ?
And further more,

I see that the structure is like this :
I wish to add new custom attribute here and umbraco backend user can edit this custom field (maybe visibility attribute).