This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta name="description" content="Tataviiz"> | |
<meta name="keywords" content="dataviiz"> | |
<meta name="author" content="Nathanael Lamelliere"> | |
<meta charset="UTF-8"> | |
<link rel="stylesheet" type="text/css" href="dist/css/bootstrap.css"> | |
<script type="text/javascript" src="http://code.jquery.com/jquery-1.10.2.min.js"></script> | |
<script src="http://code.highcharts.com/highcharts.js"></script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Content" : { | |
"body" : { | |
"fieldset" : "Dynamic page zone...", | |
"type" : "Slices", | |
"config" : { | |
"labels" : { | |
"featured-items" : [ { | |
"name" : "full", | |
"display" : "Full featured" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Main" : { | |
"title" : { | |
"fieldset" : "Title...", | |
"type" : "StructuredText", | |
"config" : { | |
"placeholder" : "Type the document's title here", | |
"single" : "heading1" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Main" : { | |
"title" : { | |
"fieldset" : "Title...", | |
"type" : "StructuredText", | |
"config" : { | |
"placeholder" : "Type the document's title here", | |
"single" : "heading1" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Content" : { | |
"uid" : { | |
"type" : "UID", | |
"config" : { | |
"placeholder" : "UID" | |
} | |
}, | |
"title" : { | |
"type" : "StructuredText", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Content" : { | |
"body" : { | |
"fieldset" : "Dynamic page zone...", | |
"type" : "Slices", | |
"config" : { | |
"labels" : { | |
"featured-items" : [ { | |
"name" : "mini", | |
"display" : "Mini" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Content" : { | |
"title" : { | |
"type" : "StructuredText", | |
"config" : { | |
"single" : "heading1", | |
"placeholder" : "Page title" | |
} | |
}, | |
"uid" : { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Basic Types" : { | |
"uid" : { | |
"type" : "UID", | |
"config" : { | |
"placeholder" : "Unique Document Identifier" | |
} | |
}, | |
"text" : { | |
"type" : "Text", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Main" : { | |
"date" : { | |
"type" : "Date", | |
"fieldset" : "Auto-update date", | |
"config" : { | |
"label" : "Auto-update date", | |
"update" : "now" | |
} | |
}, |
OlderNewer