Move all files to 2017/
This commit is contained in:
parent
ac7370f67f
commit
2875863330
15717 changed files with 0 additions and 0 deletions
31
2017/web/modules/contrib/webform/tests/files/sample.json
Normal file
31
2017/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