-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.json
27 lines (27 loc) · 1.33 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "Choice Columns",
"description": "Tag radio or checkbox fields with the action tag <code>@CHOICE-COLUMNS=?</code> to specify the number of columns the choices will be displayed in.<br>Choices are placed into columns across-then-down for horizontal alignment, and down-then-across for vertical alignment.",
"namespace": "MCRI\\ChoiceColumns",
"authors": [
{
"name": "Luke Stevens",
"email": "luke.stevens@mcri.edu.au",
"institution": "Murdoch Children's Research Institute"
}
],
"framework-version": 14,
"action-tags": [
{
"tag": "@CHOICE-COLUMNS",
"description": "Tag radio or checkbox fields with the action tag <code>@CHOICE-COLUMNS=?</code> to specify the number of columns the choices will be displayed in (1-99).<br>Choices are placed into columns across-then-down for horizontal alignment, and down-then-across for vertical alignment."
}
],
"system-settings": [ ],
"project-settings": [
{
"key": "tag-desc",
"name": "Tag radio or checkbox fields with the action tag <code>@CHOICE-COLUMNS=?</code> to specify the number of columns the choices will be displayed in.<br>Choices are placed into columns across-then-down for horizontal alignment, and down-then-across for vertical alignment.",
"type": "descriptive"
}
]
}