Custom metadata in ADW

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2024 08:31 AM
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": "*"
}
]
}
]
}
]
}
}

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2024 04:16 AM
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 ?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2024 04:15 AM
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.
