mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACA-2420] exclude aspects and order effectivity properties (#1124)
* [ACA-2420] exclude aspects and order effectivity properties * [ACA-2420] ids not needed inside app.config - this is the 'applied' setting for content-metadata when there isn't one inside the app.extensions.json that overwrites it
This commit is contained in:
+18
-1
@@ -124,9 +124,14 @@
|
|||||||
"cm:content",
|
"cm:content",
|
||||||
"cm:author",
|
"cm:author",
|
||||||
"cm:titled",
|
"cm:titled",
|
||||||
|
"cm:generalclassifiable",
|
||||||
|
"cm:taggable",
|
||||||
|
"dp:restrictable",
|
||||||
|
"fm:commentsRollup",
|
||||||
"qshare:shared",
|
"qshare:shared",
|
||||||
|
|
||||||
"exif:exif"
|
"exif:exif",
|
||||||
|
"cm:effectivity"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -150,6 +155,18 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "APP.CONTENT_METADATA.EFFECTIVITY_GROUP_TITLE",
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"aspect": "cm:effectivity",
|
||||||
|
"properties": [
|
||||||
|
"cm:from",
|
||||||
|
"cm:to"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1040,9 +1040,14 @@
|
|||||||
"cm:content",
|
"cm:content",
|
||||||
"cm:author",
|
"cm:author",
|
||||||
"cm:titled",
|
"cm:titled",
|
||||||
|
"cm:generalclassifiable",
|
||||||
|
"cm:taggable",
|
||||||
|
"dp:restrictable",
|
||||||
|
"fm:commentsRollup",
|
||||||
"qshare:shared",
|
"qshare:shared",
|
||||||
|
|
||||||
"exif:exif"
|
"exif:exif",
|
||||||
|
"cm:effectivity"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -1068,6 +1073,20 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "app.content.metadata.effectivityGroup",
|
||||||
|
"title": "APP.CONTENT_METADATA.EFFECTIVITY_GROUP_TITLE",
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"id": "app.content.metadata.effectivityAspect",
|
||||||
|
"aspect": "cm:effectivity",
|
||||||
|
"properties": [
|
||||||
|
"cm:from",
|
||||||
|
"cm:to"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -335,7 +335,8 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"CONTENT_METADATA": {
|
"CONTENT_METADATA": {
|
||||||
"EXIF_GROUP_TITLE": "Image EXIF"
|
"EXIF_GROUP_TITLE": "Image EXIF",
|
||||||
|
"EFFECTIVITY_GROUP_TITLE": "Effectivity"
|
||||||
},
|
},
|
||||||
"INFO_DRAWER": {
|
"INFO_DRAWER": {
|
||||||
"TITLE": "Details",
|
"TITLE": "Details",
|
||||||
|
|||||||
Reference in New Issue
Block a user