mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ACS-5761] Demo Shell pages cleanup (#8802)
remove the content that is not covered by e2e testing, preparation steps for the demo shell decommissioning
This commit is contained in:
@@ -67,7 +67,7 @@ Starts a process.
|
||||
```html
|
||||
<adf-start-process
|
||||
[appId]="YOUR_APP_ID"
|
||||
[title]="'ADF_PROCESS_LIST.START_PROCESS.FORM.TITLE'"
|
||||
[title]="'Start Process'"
|
||||
[name]="PROCESS_NAME"
|
||||
[processDefinitionName]="PROCESS_DEFINITION_NAME">
|
||||
</adf-start-process>
|
||||
@@ -186,7 +186,7 @@ Now you can start process based on selected application from the dropdown. The p
|
||||
```html
|
||||
<adf-start-process
|
||||
[appId]="YOUR_APP_ID"
|
||||
[title]="'ADF_PROCESS_LIST.START_PROCESS.FORM.TITLE'"
|
||||
[title]="'Start Process'"
|
||||
[name]="PROCESS_NAME"
|
||||
[showSelectApplicationDropdown]="true"
|
||||
[processDefinitionName]="PROCESS_DEFINITION_NAME">
|
||||
@@ -204,7 +204,7 @@ When an error occurs, the component will emit an error event that can be used to
|
||||
```html
|
||||
<adf-start-process
|
||||
[appId]="YOUR_APP_ID"
|
||||
[title]="'ADF_PROCESS_LIST.START_PROCESS.FORM.TITLE'"
|
||||
[title]="'Start Process'"
|
||||
[name]="PROCESS_NAME"
|
||||
(error)="onError($event)">
|
||||
</adf-start-process>
|
||||
|
Reference in New Issue
Block a user