mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
Japanese docs - add language picker with Japanese & fix links (#1202)
This commit is contained in:
committed by
Cilibiu Bogdan
parent
7591710fd0
commit
6ded4227ec
@@ -17,6 +17,7 @@ Learn how to extend the features of the Alfresco Content Application.
|
||||
- [Application actions](/extending/application-actions)
|
||||
- [Rules](/extending/rules)
|
||||
- [Application features](/extending/application-features)
|
||||
- [Custom icons](/extending/icons)
|
||||
- [Registration](/extending/registration)
|
||||
- [Creating custom evaluators](/extending/creating-custom-evaluators)
|
||||
- [Tutorials](/extending/tutorials)
|
||||
|
@@ -115,7 +115,7 @@ You can populate the menu with an extra entries like in the example below:
|
||||
}
|
||||
```
|
||||
|
||||
Please refer to the [Content Actions](/extending/application-features#content-actions) section for more details on supported properties.
|
||||
Please refer to the [Content Actions](#content-actions) section for more details on supported properties.
|
||||
|
||||
**Tip:** It is also possible to update or disable existing entries from within the external extension files. You will need to know the `id` of the target element to customize.
|
||||
|
||||
|
@@ -201,7 +201,7 @@ Final result:
|
||||
}
|
||||
```
|
||||
|
||||
You can find more details in the [Disabling Content](/extending/extension-format#disabling-content) section
|
||||
You can find more details in the [Disabling Content](#disabling-content) section
|
||||
|
||||
### Merging arrays
|
||||
|
||||
|
@@ -31,7 +31,7 @@ To create a new route, populate the `routes` section with the corresponding entr
|
||||
| **path** | Runtime path of the route. |
|
||||
| **component** | The main [component](/extending/components) to use for the route. |
|
||||
| layout | The layout [component](/extending/components) to use for the route. |
|
||||
| auth | List of [authentication guards](/extending/routes#authentication-guards). Defaults to `[ "app.auth" ]`. |
|
||||
| auth | List of [authentication guards](#authentication-guards). Defaults to `[ "app.auth" ]`. |
|
||||
| data | Custom property bag to carry with the route. |
|
||||
|
||||
Use the `app.layout.main` value for the `layout` property to get the default application layout,
|
||||
|
Reference in New Issue
Block a user