mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-4673] Add editable property to metadata config (#5557)
* [ADF-4673] Add editable property to metadata config * Add readonly mode for aspect oriented config * Fix linting
This commit is contained in:
@@ -22,7 +22,10 @@
|
||||
"redirectSilentIframeUri": "{protocol}//{hostname}{:port}/assets/silent-refresh.html",
|
||||
"redirectUri": "/",
|
||||
"redirectUriLogout": "/logout",
|
||||
"publicUrls": ["**/preview/s/*", "**/settings"]
|
||||
"publicUrls": [
|
||||
"**/preview/s/*",
|
||||
"**/settings"
|
||||
]
|
||||
},
|
||||
"application": {
|
||||
"storagePrefix": "ADF",
|
||||
@@ -753,7 +756,7 @@
|
||||
},
|
||||
"adf-cloud-start-process": {
|
||||
"name": "My Default Cloud Name"
|
||||
},
|
||||
},
|
||||
"adf-process-list": {
|
||||
"presets": {
|
||||
"default": [
|
||||
|
Reference in New Issue
Block a user