[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:
Suzana Dirla
2019-06-13 10:09:40 +03:00
committed by GitHub
parent 24217dc050
commit 3e2c33567d
3 changed files with 40 additions and 3 deletions
+18 -1
View File
@@ -124,9 +124,14 @@
"cm:content",
"cm:author",
"cm:titled",
"cm:generalclassifiable",
"cm:taggable",
"dp:restrictable",
"fm:commentsRollup",
"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"
]
}
]
}
]
}
+20 -1
View File
@@ -1040,9 +1040,14 @@
"cm:content",
"cm:author",
"cm:titled",
"cm:generalclassifiable",
"cm:taggable",
"dp:restrictable",
"fm:commentsRollup",
"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"
]
}
]
}
]
}
+2 -1
View File
@@ -335,7 +335,8 @@
}
},
"CONTENT_METADATA": {
"EXIF_GROUP_TITLE": "Image EXIF"
"EXIF_GROUP_TITLE": "Image EXIF",
"EFFECTIVITY_GROUP_TITLE": "Effectivity"
},
"INFO_DRAWER": {
"TITLE": "Details",