-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
88 lines (85 loc) · 3.5 KB
/
db.json
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"users" :
[
{
"id":"1",
"name":"amole"
},
{
"id":"2",
"name":"uthman"
},
{
"id":"3",
"name":"seun"
}
],
"post": [
{
"featuredImage":"",
"exerpt":"",
"tableOfContent":[ ],
"faq":[],
"refrences":[],
"postContent":[
{
"type": "Text block",
"content":
"Starting a family is a really big step. Subsequently telling your partner about your pregnancy is also a major moment. It is a time filled with various emotions, from joy to nervousness. Whether the pregnancy was planned or unexpected, having this conversation requires thoughtfulness, openness, and support from both of you. All in all, this does not have to be a boring and exhausting endeavour. There are different ways you can share the big news with your partner whilst making core, fun memories out of it!"
},
{
"type": "Green accordion",
"content": [
{ "title": "'Accordion Title 1', details: 'Details for accordion 1'" },
{ "title": "'Accordion Title 2', details: 'Details for accordion 2'" }
]
},
{
"type": "Text block",
"content":
"Starting a family is a really big step. Subsequently telling your partner about your pregnancy is also a major moment. It is a time filled with various emotions, from joy to nervousness. Whether the pregnancy was planned or unexpected, having this conversation requires thoughtfulness, openness, and support from both of you. All in all, this does not have to be a boring and exhausting endeavour. There are different ways you can share the big news with your partner whilst making core, fun memories out of it!"
},
{
"type": "Accordion with image",
"content": [
{
"title": "'Image Accordion 1",
"details": "'Details with image 1",
"image": "featured"
}
]
}
],
"category":""
}
],
"postContent":[
{
"type": "Text block",
"content":
"Starting a family is a really big step. Subsequently telling your partner about your pregnancy is also a major moment. It is a time filled with various emotions, from joy to nervousness. Whether the pregnancy was planned or unexpected, having this conversation requires thoughtfulness, openness, and support from both of you. All in all, this does not have to be a boring and exhausting endeavour. There are different ways you can share the big news with your partner whilst making core, fun memories out of it!"
},
{
"type": "Green accordion",
"content": [
{ "title": "'Accordion Title 1', details: 'Details for accordion 1'" },
{ "title": "'Accordion Title 2', details: 'Details for accordion 2'" }
]
},
{
"type": "Text block",
"content":
"Starting a family is a really big step. Subsequently telling your partner about your pregnancy is also a major moment. It is a time filled with various emotions, from joy to nervousness. Whether the pregnancy was planned or unexpected, having this conversation requires thoughtfulness, openness, and support from both of you. All in all, this does not have to be a boring and exhausting endeavour. There are different ways you can share the big news with your partner whilst making core, fun memories out of it!"
},
{
"type": "Accordion with image",
"content": [
{
"title": "'Image Accordion 1",
"details": "'Details with image 1",
"image": "featured"
}
]
}
]
}