mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACS-9980] Add the option to provide custom user profile sections (#4859)
* [ACS-9980] Add the option to provide custom user profile sections * [ACS-9980] Cr fixes * [ACS-9980] Formatting fix
This commit is contained in:
@@ -743,6 +743,20 @@
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"userProfileSection": {
|
||||
"type": "object",
|
||||
"required": ["id", "title"],
|
||||
"properties": {
|
||||
"id": {
|
||||
"description": "Unique identifier.",
|
||||
"type": "string"
|
||||
},
|
||||
"component": {
|
||||
"description": "Custom component id to display inside the section",
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -1013,6 +1027,12 @@
|
||||
"items": { "$ref": "#/definitions/badge" },
|
||||
"minItems": 1
|
||||
},
|
||||
"userProfileSections": {
|
||||
"description": "List of custom sections to display in the user profile component",
|
||||
"type": "array",
|
||||
"items": { "$ref": "#/definitions/userProfileSection" },
|
||||
"minItems": 1
|
||||
},
|
||||
"search": {
|
||||
"description": "aca search extension",
|
||||
"type": "array",
|
||||
|
||||
Reference in New Issue
Block a user