Replies: 1 comment
-
You can use these commands
|
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.
-
Hello thanks for this beautiful library, I just wanted to ask that can I put a place holder inside a grapesjs builder like this {{firstName}} and then filled this with the actual value at runtime? I am also attaching a Screenshot for more clearer view
So assuming that I have an object coming from an API call like this
obj = {
"key": "firstName",
"value": "Arthur Melo"
}
I want to see the actual value from a placeholder when I click on a preview or deploy my page
like this..!
Beta Was this translation helpful? Give feedback.
All reactions