cheyanneb
(Cheyanne Baird)
September 21, 2021, 1:09am
1
Is it possible to use add a text input field to a textcat.manual interface? I tried adding the following to the config, but it did not create a text field.
"field_id": "user_input",
"field_label": "User input field",
"field_placeholder": "Type here...",
"field_rows": 1,
"field_autofocus": false
ines
(Ines Montani)
September 21, 2021, 9:53am
2
Hi! Check out the documentation on building custom interfaces with blocks here: https://prodi.gy/docs/custom-interfaces#blocks
If you want a UI like textcat.manual
with an added input field, you essentially want two blocks: a choice
block and a text_input
block.
1 Like
cheyanneb
(Cheyanne Baird)
March 4, 2022, 7:44pm
3
Hi @ines . Can I add a text_input
block using prodigy.json
? I'm unsure where to put this block.