Skip to content

Commit 33205e5

Browse files
committed
Add Notes about Formio Translation
1 parent 5080ec1 commit 33205e5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: build-your-first-service.md

+5
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,11 @@ Repeat the steps from Start Event Form, for the User Task Form but use the User
8787
<br>
8888
The pattern is the same as the Identity pattern by with some minor differences: Where `bpm` is the context that tells the form to detect what User Task the form is being called from and what Process Instance the User Task is apart of. Where `.task.variable` accesses the variables in the Task sub-system in Camunda. The `start_data` is the Process Variable that stores the Start Event's submission / json variables. The `someKey` is the JSON property inside of the `start_data` variable. Use JSON accessors the same way they are used in the Identity context to access JSON properties. Note that `start_data` can be changed for any JSON variable that is created during the Process Instance life-cycle.
8989

90+
### Formio Translations
91+
92+
The CMS Microservice manages the storage of translation files.
93+
See the [docs](https://github.com/DigitalState/Cms/blob/develop/translations-howto.md#formio-translations) for how translations are added into the CMS.
94+
9095
## Create Service Scenario in Service Directory
9196

9297
1. Open the DigitalState Admin web app

0 commit comments

Comments
 (0)