mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-5324] - Expose a new adf-cli command to initialise acs-env (#6551)
* Expose a new adf-cli command to initialize acs-env * Use latest js api * consume the latest js-api * Use the previous commander version
This commit is contained in:
@@ -206,3 +206,37 @@ export const ACTIVITI_APPS: any = {
|
||||
}
|
||||
]
|
||||
};
|
||||
export const ACS_DEFAULT: any = {
|
||||
files : [
|
||||
{
|
||||
name: 'share_profile_pic.png',
|
||||
destination: '-my-',
|
||||
action: 'UPLOAD'
|
||||
},
|
||||
{
|
||||
name: 'share_profile_pic.jpg',
|
||||
destination: '-my-',
|
||||
action: 'UPLOAD'
|
||||
},
|
||||
{
|
||||
name: 'lock.png',
|
||||
destination: '-my-',
|
||||
action: 'LOCK'
|
||||
},
|
||||
{
|
||||
name: 'second_lock.png',
|
||||
destination: '-my-',
|
||||
action: 'LOCK'
|
||||
},
|
||||
{
|
||||
name: 'share_file.jpg',
|
||||
destination: '-my-',
|
||||
action: 'SHARE'
|
||||
},
|
||||
{
|
||||
name: 'favorite_file.jpg',
|
||||
destination: '-my-',
|
||||
action: 'FAVORITE'
|
||||
}
|
||||
]
|
||||
};
|
||||
|
Reference in New Issue
Block a user