mirror of
https://github.com/pebble-dev/clay.git
synced 2026-08-27 20:36:33 -04:00
better support for wrapped lines
This commit is contained in:
+5
-4
@@ -5,19 +5,20 @@ module.exports = [
|
||||
{
|
||||
"type": "heading",
|
||||
"id": "main-heading",
|
||||
"value": "My Cool App",
|
||||
"value": "Clay Test Page",
|
||||
"size": 1
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"value": "By Keegan Lillo - <a href=\"http://lillo.me\">Lillo.me</a>"
|
||||
"value": "Some arbitrary text explaining how this all works. " +
|
||||
"It's cool if this wraps across multiple lines"
|
||||
},
|
||||
{
|
||||
"type": "section",
|
||||
"items": [
|
||||
{
|
||||
"type": "heading",
|
||||
"value": "Settings"
|
||||
"value": "This is a section"
|
||||
},
|
||||
{
|
||||
"type": "input",
|
||||
@@ -50,7 +51,7 @@ module.exports = [
|
||||
"items": [
|
||||
{
|
||||
"type": "heading",
|
||||
"value": "Settings"
|
||||
"value": "More Settings"
|
||||
},
|
||||
{
|
||||
"id": "flavor",
|
||||
|
||||
Reference in New Issue
Block a user