- First commit to issue fork.
- Status changed to Needs review
about 2 months ago 9:38am 25 October 2024 Provided an updated data structure for the fields, needs review by maintainers/community.
Note: This is only a proposal that can be discussed. No patch will be provided until an agreement from the module maintainer doesn't exist.
The field storage has a very confusing design, because:
social_media_links_field_select
widget is used, then the platform
and value
columns are used. When the default widget is used, then platform_values
column is used. This architecturally wrong because the storage should not depend on the widget.The field type should implement only 2 columns:
The multiple accounts it's just a multivalue field. The plugin system should remain in place.
An update script should be provided.
Discuss.
Active
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Provided an updated data structure for the fields, needs review by maintainers/community.