Webform module and config export
This commit is contained in:
parent
3e6a5cbed2
commit
0e15467384
1040 changed files with 117682 additions and 0 deletions
31
web/modules/contrib/webform/tests/files/sample.json
Normal file
31
web/modules/contrib/webform/tests/files/sample.json
Normal file
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"colorsArray":[{
|
||||
"colorName":"red",
|
||||
"hexValue":"#f00"
|
||||
},
|
||||
{
|
||||
"colorName":"green",
|
||||
"hexValue":"#0f0"
|
||||
},
|
||||
{
|
||||
"colorName":"blue",
|
||||
"hexValue":"#00f"
|
||||
},
|
||||
{
|
||||
"colorName":"cyan",
|
||||
"hexValue":"#0ff"
|
||||
},
|
||||
{
|
||||
"colorName":"magenta",
|
||||
"hexValue":"#f0f"
|
||||
},
|
||||
{
|
||||
"colorName":"yellow",
|
||||
"hexValue":"#ff0"
|
||||
},
|
||||
{
|
||||
"colorName":"black",
|
||||
"hexValue":"#000"
|
||||
}
|
||||
]
|
||||
}
|
Reference in a new issue