Created
September 24, 2012 17:17
-
-
Save cadecairos/3777103 to your computer and use it in GitHub Desktop.
t2326 saved-data
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
, | |
"tutorial": { | |
"general": [ | |
{ | |
"start": 5, | |
"end": 15, | |
"name": "foo", | |
"element": ".butter-editor-header-media", | |
"message": "This is The Media Editor", | |
"top": "50px", | |
"left": "50px", | |
"hover": false, | |
"hidden": true | |
} | |
], | |
"plugin-list": [ | |
{ | |
"start": 5, | |
"end": 15, | |
"name": "foo2", | |
"element": ".butter-plugin-tile[data-popcorn-plugin-type=image]", | |
"message": "Drag me to the timeline!", | |
"top": "50px", | |
"left": "50px", | |
"hover": false, | |
"hidden": true | |
} | |
], | |
"media-editor": [ | |
{ | |
"start": 2, | |
"end": 8, | |
"name": "foobar", | |
"element": "#new-media-source-btn", | |
"message": "click me to add a new media source!", | |
"top": "50px", | |
"left": "50px", | |
"hover": false, | |
"hidden": true | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment