How to export JSON data of HTML and CSS in single file? #4201
Unanswered
senthil177cse
asked this question in
Q&A
Replies: 1 comment
-
@artf any response for this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi I am Using grapesjs for creating app so i want to export the HTML and CSS in same export file. For Eg i have listed below...
{
"grid": [{
"id": "0001",
"size": "100",
"bgColor": "white",
"rows": [
{
"id": "1",
"col": [
{
"id": "textBox1",
"type": "TextBox",
"txtColor": "black (hexa)",
"width": "100",
"visibility": "0(Show)/1(hide)",
"label": "Test"
},
{
"id": "textBox2",
"type": "TextBox",
"txtColor": "black (hexa)",
"width": "100",
"visibility": "0(Show)/1(hide)",
"label": "Test2"
}
]
},
{
"id": "2",
"col": [
{
"id": "txtInput1",
"type": "EditText",
"bgColor": "Red(hexa)",
"txtColor": "black (hexa)",
"width": "100",
"visibility": "0(Show)/1(hide)",
"hint": "username",
"label": ""
},
{
"id": "txtInput2",
"type": "EditText",
"bgColor": "Red(hexa)",
"txtColor": "black (hexa)",
"width": "100",
"visibility": "0(Show)/1(hide)",
"hint": "password",
"label": ""
}
]
} ,
{
"id": "3",
"col": [
{
"id": "txtInput1",
"type": "EditText",
"bgColor": "Red(hexa)",
"txtColor": "black (hexa)",
"width": "100",
"visibility": "0(Show)/1(hide)",
"hint": "username",
"label": ""
},
{
"id": "txtInput2",
"type": "EditText",
"bgColor": "Red(hexa)",
"txtColor": "black (hexa)",
"width": "100",
"visibility": "0(Show)/1(hide)",
"hint": "password",
"label": ""
}
]
}
]
}
]
}
Beta Was this translation helpful? Give feedback.
All reactions