design_blocks.yml
774 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
#Main Block
one:
id: 1
box_id: 2
position: 1
type: 'MainBlock'
helper: 'plain_content'
name: 'Main Content'
# Link Blocks
two:
id: 2
box_id: 1
position: 2
type: 'LinkBlock'
helper: 'list_content'
name: 'List of Links 1'
three:
id: 3
box_id: 1
position: 3
type: 'LinkBlock'
helper: 'plain_content'
name: 'List of Link 2'
#List Blocks
four:
id: 4
box_id: 1
position: 1
type: 'ListBlock'
helper: 'list_content'
name: 'List of Names 1'
five:
id: 5
box_id: 3
position: 1
type: 'ListBlock'
helper: 'list_content'
name: 'List of Names 2'
six:
id: 6
box_id: 3
position: 2
type: 'ListBlock'
helper: 'list_content'
name: 'List of Names 3'