Problem
There is no schema declaration for the social_profile.settings config object.
Proposed solution
Add a config/schema/social_profile.schema.yml file with the following contents:
social_profile.settings:
type: config_object
label: 'Social Profile Settings'
mapping:
social_profile_show_email:
type: boolean
label: 'Whether to show e-mail addresses on user profiles.'
Needed discussion
Discuss whether the labels/descriptions are correct.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 2947921-4.patch | 432 bytes | rajeshwari10 |
Comments
Comment #2
kingdutchComment #3
rajeshwari10 commentedComment #4
rajeshwari10 commentedCreated config/schema/social_profile.schema.yml file and added the above-said content in it.
Please Review.
Thanks
Comment #5
rajeshwari10 commentedComment #6
kingdutchPull request for this has been created here: https://github.com/goalgorilla/open_social/pull/759
Comment #7
jaapjan commentedThanks all!