Skip to content

Commit 4c62266

Browse files
authored
Merge pull request #1 from kleros/feat(frontend)/add-footer
feat(frontend): add footer
2 parents 1ab450a + ccc0a17 commit 4c62266

File tree

20 files changed

+196
-232
lines changed

20 files changed

+196
-232
lines changed

cms-backend/src/api/footer-link/content-types/footer-link/schema.json

Lines changed: 0 additions & 22 deletions
This file was deleted.

cms-backend/src/api/footer-link/controllers/footer-link.ts

Lines changed: 0 additions & 7 deletions
This file was deleted.

cms-backend/src/api/footer-link/routes/footer-link.ts

Lines changed: 0 additions & 7 deletions
This file was deleted.

cms-backend/src/api/footer-link/services/footer-link.ts

Lines changed: 0 additions & 7 deletions
This file was deleted.

cms-backend/src/api/footer/content-types/footer/schema.json

Lines changed: 0 additions & 20 deletions
This file was deleted.

cms-backend/src/api/footer/controllers/footer.ts

Lines changed: 0 additions & 7 deletions
This file was deleted.

cms-backend/src/api/footer/routes/footer.ts

Lines changed: 0 additions & 7 deletions
This file was deleted.

cms-backend/src/api/footer/services/footer.ts

Lines changed: 0 additions & 7 deletions
This file was deleted.

cms-backend/src/api/social/content-types/social/schema.json

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,32 @@
44
"info": {
55
"singularName": "social",
66
"pluralName": "socials",
7-
"displayName": "Social"
7+
"displayName": "Social",
8+
"description": ""
89
},
910
"options": {
1011
"draftAndPublish": true
1112
},
1213
"pluginOptions": {},
1314
"attributes": {
1415
"name": {
15-
"type": "string"
16+
"type": "string",
17+
"required": true
18+
},
19+
"icon_white": {
20+
"type": "media",
21+
"multiple": false,
22+
"required": true,
23+
"allowedTypes": [
24+
"images",
25+
"files",
26+
"videos",
27+
"audios"
28+
]
29+
},
30+
"url": {
31+
"type": "string",
32+
"required": true
1633
},
1734
"icon": {
1835
"allowedTypes": [
@@ -22,10 +39,8 @@
2239
"audios"
2340
],
2441
"type": "media",
25-
"multiple": false
26-
},
27-
"url": {
28-
"type": "string"
42+
"multiple": true,
43+
"required": true
2944
}
3045
}
3146
}

cms-backend/src/components/footer/footer-section.json

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)