cancel
Showing results for 
Search instead for 
Did you mean: 

Custom metadata in ADW

jd_Inpute
Confirmed Champ
Confirmed Champ

I'm trying to setup custom metadata displat/edit in ADW for a custom type. Nothing seems to work... Following the docs and also looking at the source for content-app I have added the following to app.config.json.tpl in content-ee/src folder. I'm using 

"name": "Alfresco Digital Workspace",
"version": "2.0.0-M2",

 

 

 "content-metadata": {
        "presets": {
            "custom": [
                {
                    "product": [
                        {
                            "title": "Product",
                            "items": [
                                {
                                    "type": "cust:product",
                                    "properties": "*"
                                },
                                {
                                    "aspect": "cust:project",
                                    "properties": "*"
                                },
                                {
                                    "aspect": "cust:code",
                                    "properties": "*"
                                },
                                {
                                    "aspect": "cm:effectivity",
                                    "properties": "*"
                                }
                            ]
                        }
                    ]
                }
            ]
        }
    }

 

 

  

2 REPLIES 2

KarekMedAM
Star Contributor
Star Contributor

Please provide more details.

What do you want to achieve exactly? are you pushing the documents from another system or uploading them manually? do the custom properties appear on share ?

I would like to enable the display of properties on the custom type and allow for editing them in ADW. I've not setup the forms in share so that's pretty irrelevant. I think perhaps this is a bug in the old version of ADF so working on upgrading it to try the config again.