Initial commit
This commit is contained in:
48
lib/assets/javascripts/builder/data/default-form-styles.json
Executable file
48
lib/assets/javascripts/builder/data/default-form-styles.json
Executable file
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"fill": {
|
||||
"size": {
|
||||
"fixed": 7
|
||||
},
|
||||
"color": {
|
||||
"fixed": "#EE4D5A",
|
||||
"opacity": 0.9
|
||||
}
|
||||
},
|
||||
"stroke": {
|
||||
"size": {
|
||||
"fixed": 0
|
||||
},
|
||||
"color": {
|
||||
"fixed": "#FFFFFF",
|
||||
"opacity": 1
|
||||
}
|
||||
},
|
||||
"blending": "none",
|
||||
"aggregation": {},
|
||||
"labels": {
|
||||
"enabled": false,
|
||||
"attribute": null,
|
||||
"font": "Source Han Sans CN Regular",
|
||||
"fill": {
|
||||
"size": {
|
||||
"fixed": 14
|
||||
},
|
||||
"color": {
|
||||
"fixed": "#000000",
|
||||
"opacity": 1
|
||||
}
|
||||
},
|
||||
"halo": {
|
||||
"size": {
|
||||
"fixed": 2
|
||||
},
|
||||
"color": {
|
||||
"fixed": "#FFFFFF",
|
||||
"opacity": 1
|
||||
}
|
||||
},
|
||||
"offset": -10,
|
||||
"overlap": true,
|
||||
"placement": "point"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user