Problem
There is no schema declaration for the social_comment.comment_settings config object.
Proposed solution
Add a config/schema/social_comment.schema.yml file with the following contents:
social_comment.comment_settings:
type: config_object
label: 'Social Comment Settings'
mapping:
redirect_comment_to_entity:
type: boolean
label: 'Redirect a comment view to its parent entity'
Needed discussion
Discuss whether the labels/descriptions are correct.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | 2947902_5.patch | 435 bytes | emartoni |
Comments
Comment #2
kingdutchFix typo
Comment #3
kingdutchComment #4
emartoni commentedworking on it
Comment #5
emartoni commentedPatch attached!
Best,
Eduardo
Comment #6
kingdutchPull request for this has been created here: https://github.com/goalgorilla/open_social/pull/759
Comment #7
jaapjan commentedThanks all!
Comment #8
jaapjan commented