diff --git a/docs/form/page.md b/docs/form/page.md index a7a8a86c3..47de24d98 100644 --- a/docs/form/page.md +++ b/docs/form/page.md @@ -21,7 +21,28 @@ An example page might look something like this: { "needstype": 1 } - ] + ], + "title_text": { + "translation": "translation1", + "arguments": [ + { + "key": "some_general_field", + "label": true, + "i18n_template": "template1" + } + ] + }, + "informative_text": { + "translation": "translation2", + "arguments": [ + { + "key": "some_currency_method", + "label": false, + "i18n_template": "template2", + "currency": true, + } + ] + }, } ```