Skip to content

Commit

Permalink
feat: json structure
Browse files Browse the repository at this point in the history
  • Loading branch information
andij committed Nov 17, 2021
1 parent f94cd6a commit 8809751
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions examples/starter-tokens/tokens/cta.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
{
"cta": {
"loading-message": {
"value": "This may take some time..."
},
"type": {
"value": "text"
"loading": {
"message": {
"value": "This may take some time..."
},
"icon": {
"name": {
"value": "sync"
}
}
}
}
}
}

0 comments on commit 8809751

Please sign in to comment.