Skip to content

Commit

Permalink
fix(members phone): member's phone is now private detail
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub committed Apr 24, 2021
1 parent 8e7bb3e commit 406906a
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 12 deletions.
16 changes: 12 additions & 4 deletions api/about-club/models/about-club.settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"kind": "singleType",
"collectionName": "about_clubs",
"info": {
"name": "About Club"
"name": "About Club",
"description": ""
},
"options": {
"increments": true,
Expand All @@ -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
}
}
}
6 changes: 4 additions & 2 deletions components/members/social.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"collectionName": "components_members_socials",
"info": {
"name": "social",
"icon": "phone-alt"
"icon": "phone-alt",
"description": ""
},
"options": {},
"attributes": {
Expand All @@ -19,7 +20,8 @@
"type": "string"
},
"phone": {
"type": "biginteger"
"type": "biginteger",
"private": true
}
}
}
Binary file removed logo-wide-1.png
Binary file not shown.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 406906a

Please sign in to comment.