refactoring , dockerizing
This commit is contained in:
15
yoga-cms/src/components/shared/media.json
Normal file
15
yoga-cms/src/components/shared/media.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"collectionName": "components_shared_media",
|
||||
"info": {
|
||||
"displayName": "Media",
|
||||
"icon": "file-video"
|
||||
},
|
||||
"options": {},
|
||||
"attributes": {
|
||||
"file": {
|
||||
"allowedTypes": ["images", "files", "videos"],
|
||||
"type": "media",
|
||||
"multiple": false
|
||||
}
|
||||
}
|
||||
}
|
||||
13
yoga-cms/src/components/shared/my-component.json
Normal file
13
yoga-cms/src/components/shared/my-component.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"collectionName": "components_shared_my_components",
|
||||
"info": {
|
||||
"displayName": "my component",
|
||||
"icon": "alien"
|
||||
},
|
||||
"options": {},
|
||||
"attributes": {
|
||||
"testtext": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
16
yoga-cms/src/components/shared/quote.json
Normal file
16
yoga-cms/src/components/shared/quote.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"collectionName": "components_shared_quotes",
|
||||
"info": {
|
||||
"displayName": "Quote",
|
||||
"icon": "indent"
|
||||
},
|
||||
"options": {},
|
||||
"attributes": {
|
||||
"title": {
|
||||
"type": "string"
|
||||
},
|
||||
"body": {
|
||||
"type": "text"
|
||||
}
|
||||
}
|
||||
}
|
||||
14
yoga-cms/src/components/shared/rich-text.json
Normal file
14
yoga-cms/src/components/shared/rich-text.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"collectionName": "components_shared_rich_texts",
|
||||
"info": {
|
||||
"displayName": "Rich text",
|
||||
"icon": "align-justify",
|
||||
"description": ""
|
||||
},
|
||||
"options": {},
|
||||
"attributes": {
|
||||
"body": {
|
||||
"type": "richtext"
|
||||
}
|
||||
}
|
||||
}
|
||||
26
yoga-cms/src/components/shared/seo.json
Normal file
26
yoga-cms/src/components/shared/seo.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"collectionName": "components_shared_seos",
|
||||
"info": {
|
||||
"name": "Seo",
|
||||
"icon": "allergies",
|
||||
"displayName": "Seo",
|
||||
"description": ""
|
||||
},
|
||||
"options": {},
|
||||
"attributes": {
|
||||
"metaTitle": {
|
||||
"type": "string",
|
||||
"required": true
|
||||
},
|
||||
"metaDescription": {
|
||||
"type": "text",
|
||||
"required": true
|
||||
},
|
||||
"shareImage": {
|
||||
"type": "media",
|
||||
"multiple": false,
|
||||
"required": false,
|
||||
"allowedTypes": ["images"]
|
||||
}
|
||||
}
|
||||
}
|
||||
17
yoga-cms/src/components/shared/slider.json
Normal file
17
yoga-cms/src/components/shared/slider.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"collectionName": "components_shared_sliders",
|
||||
"info": {
|
||||
"displayName": "Slider",
|
||||
"icon": "address-book",
|
||||
"description": ""
|
||||
},
|
||||
"options": {},
|
||||
"attributes": {
|
||||
"files": {
|
||||
"type": "media",
|
||||
"multiple": true,
|
||||
"required": false,
|
||||
"allowedTypes": ["images"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user