Hi all, I'm trying to add 3 new meta when I add a document using the examples i found in the wiki. I was not sure if I had to use an aspect or a type, so I added a custom type and the example aspect. I registered the Model with the Repository. I added the aspect and the type to web_config_properties.xml at the very bottom of the file.
I received no error (the model is OK) but no new field appeared in the edit property view.
I tried then to add the content type to the select in the wizard (as exposed in the web client customization wiki) and the content type is correctly displayed in the select.
I have some question: 1) what do I have to use a content type or an aspect? 2) Is there an error in my files or my approach is completely wrong?