Merge lp:~writkirb/novacut/scripttest into lp:~dmj726/novacut/scripttest

Proposed by Jonathan Kirby
Status: Merged
Merged at revision: 292
Proposed branch: lp:~writkirb/novacut/scripttest
Merge into: lp:~dmj726/novacut/scripttest
Diff against target: 43 lines (+36/-0)
1 file modified
ui/userwebscript/userwebscript schema doc.txt (+36/-0)
To merge this branch: bzr merge lp:~writkirb/novacut/scripttest
Reviewer Review Type Date Requested Status
David Jordan Approve
Review via email: mp+123401@code.launchpad.net

Description of the change

schema

To post a comment you must log in.
Revision history for this message
David Jordan (dmj726) wrote :

Thanks for adding to the schema.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'ui/userwebscript/userwebscript schema doc.txt'
2--- ui/userwebscript/userwebscript schema doc.txt 2012-09-08 03:51:49 +0000
3+++ ui/userwebscript/userwebscript schema doc.txt 2012-09-08 06:06:17 +0000
4@@ -30,3 +30,39 @@
5 'location': "Versailles",
6 'time': "magic hour",
7 }
8+
9+action blocks
10+{
11+ '_id': "RANDOMID"
12+ 'type': "Action"
13+ 'text': "Something happens here"
14+}
15+
16+dialogue blocks
17+{
18+ '_id': "RANDOMID"
19+ 'type': "Dialogue"
20+ 'character': CHARACTER_ID
21+ 'parenthetical': "whines"
22+ 'quote': "Kill me now, Harry!"
23+}
24+
25+character block
26+{
27+ '_id': "RANDOMID"
28+ 'name': "Dumbledore"
29+}
30+
31+
32+
33+
34+
35+
36+
37+
38+
39+
40+
41+
42+
43+

Subscribers

People subscribed via source and target branches

to all changes: