From b0cc24192616084873c43ea161e20f5525d8890c Mon Sep 17 00:00:00 2001 From: natdeanlewissoftwire Date: Mon, 30 Jan 2023 10:07:09 +0000 Subject: [PATCH] feat: update docs --- docs/form/page.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) 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, + } + ] + }, } ```