summaryrefslogtreecommitdiff
path: root/docroot/data/card_tables.js
diff options
context:
space:
mode:
Diffstat (limited to 'docroot/data/card_tables.js')
-rwxr-xr-xdocroot/data/card_tables.js63
1 files changed, 63 insertions, 0 deletions
diff --git a/docroot/data/card_tables.js b/docroot/data/card_tables.js
new file mode 100755
index 0000000..6b33ed7
--- /dev/null
+++ b/docroot/data/card_tables.js
@@ -0,0 +1,63 @@
1/*
2 * Material Experience - Card Tables Data File
3 *
4 * EYEMG - Interactive Media Group
5 * Created by Mike Crute (mcrute@eyemg.com)
6 * Updated by Mike Crute (mcrute@eyemg.com) on 9/26/07
7 *
8 * Data file for the card tables. This allows us the flexibility
9 * to add or remove tables at a later date. Note that each table
10 * id should correspond to a compose card type ID otherwise
11 * no data will be loaded.
12 */
13
14[
15 {
16 tid: 'home',
17 name: 'Home',
18 color: SME.colors.grey,
19 decorate: true
20 },
21
22 {
23 tid: 'inspiration',
24 name: 'Inspiration',
25 color: SME.colors.brown,
26 decorate: true
27 },
28
29 {
30 tid: 'exploration',
31 name: 'Exploration',
32 color: SME.colors.red,
33 decorate: true
34 },
35
36 {
37 tid: 'close-up',
38 name: 'Close-Up',
39 color: SME.colors.orange,
40 decorate: true
41 },
42
43 {
44 tid: 'making_it',
45 name: 'Making It',
46 color: SME.colors.blue,
47 decorate: true
48 },
49
50 {
51 tid: 'info-samples',
52 name: 'Info & Samples',
53 color: SME.colors.green,
54 decorate: true
55 },
56
57 {
58 tid: 'preview',
59 name: 'Preview',
60 color: SME.colors.grey,
61 decorate: false
62 }
63] \ No newline at end of file