diff --git a/api/about-club/models/about-club.settings.json b/api/about-club/models/about-club.settings.json index d1dbb65..a09b039 100644 --- a/api/about-club/models/about-club.settings.json +++ b/api/about-club/models/about-club.settings.json @@ -2,7 +2,8 @@ "kind": "singleType", "collectionName": "about_clubs", "info": { - "name": "About Club" + "name": "About Club", + "description": "" }, "options": { "increments": true, @@ -11,13 +12,20 @@ }, "attributes": { "main": { - "type": "richtext" + "type": "richtext", + "required": true }, "about_us": { - "type": "richtext" + "type": "richtext", + "required": false }, "footer": { - "type": "text" + "type": "text", + "required": true + }, + "topnavbar_marquee": { + "type": "richtext", + "required": false } } } diff --git a/components/members/social.json b/components/members/social.json index 379dbb5..f6826cf 100644 --- a/components/members/social.json +++ b/components/members/social.json @@ -2,7 +2,8 @@ "collectionName": "components_members_socials", "info": { "name": "social", - "icon": "phone-alt" + "icon": "phone-alt", + "description": "" }, "options": {}, "attributes": { @@ -19,7 +20,8 @@ "type": "string" }, "phone": { - "type": "biginteger" + "type": "biginteger", + "private": true } } } diff --git a/logo-wide-1.png b/logo-wide-1.png deleted file mode 100644 index 910c837..0000000 Binary files a/logo-wide-1.png and /dev/null differ diff --git a/package.json b/package.json index 4ef3d41..0d1d21b 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,6 @@ "strapi-plugin-content-manager": "3.5.4", "strapi-plugin-content-type-builder": "3.5.4", "strapi-plugin-email": "3.5.4", - "strapi-plugin-github-publish": "0.0.5", "strapi-plugin-graphql": "3.5.4", "strapi-plugin-upload": "3.5.4", "strapi-plugin-users-permissions": "3.5.4", diff --git a/yarn.lock b/yarn.lock index 74891ba..535e348 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10560,11 +10560,6 @@ "strapi-provider-email-sendmail" "3.5.4" "strapi-utils" "3.5.4" -"strapi-plugin-github-publish@0.0.5": - "integrity" "sha512-XQcbcxyEQqWPgXWFHuhgylkj6C0XTkxHDU9x+xCkqqI5+Ps9pVJBpoc83Y1OWhQJobfdy5hBEu5/9/mRtECKIg==" - "resolved" "https://registry.npmjs.org/strapi-plugin-github-publish/-/strapi-plugin-github-publish-0.0.5.tgz" - "version" "0.0.5" - "strapi-plugin-graphql@3.5.4": "integrity" "sha512-2hwwFK3f1t8Fo1MkQHLBlIG6zH+mAu1CfNYB2jlwFkwzOVxWAXcvDuG+RGfS0cfMq7vwTCWGHpysiJk1OUlN5g==" "resolved" "https://registry.npmjs.org/strapi-plugin-graphql/-/strapi-plugin-graphql-3.5.4.tgz"