This looks like a duplicate of Issue #2975770 (
https://www.drupal.org/project/social_media_links/issues/2975770
β¨
Social Media Links Field: views plugin missing
Active
).
Try the solution given in #3
Clarify and show templates for all view fields and a single view field.
Hi, sure I can override the markup in social-media-links-platforms.html.twig but what I was asking for was to add Boxicons to the available Icon set to use (in addition to Font Awesome, Nouveller and Elegant Themes)
It does say in the module page:
"If you know some icon sets (I prefer sets with an open license) that you would like to see in the module? Then please create a new issue and provide some information about your favorite social media icon set."
raynaldmo β created an issue.
Hi ashutosh.mishra,
Any chance merge request (MR) from #8 or patch from #9 will be incorporated into a version for Drupal 10. ?
Thank you.
Hello,
Thanks for the quick response and the patch.
The issue I had was I couldn't update my site from Drupal core 9.5.10 to Drupal 10.0.0 because of
core_version_requirement: ^8 || ^9
in yg_business_plus.info.yml
In this case the patch didn't help as the update was still being prevented.
The solution was to install the composer-drupal-lenient plugin ( mglaman / composer-drupal-lenient )
and run
composer config --merge --json extra.drupal-lenient.allowed-list '["drupal/yg_business_plus"]'
After this, I was able to update to Drupal 10.0.0.
Also you may want to consider creating a new version of the theme (maybe 2.0.1) that includes the patch so that new D10 sites can
install the theme with no issue.
Thanks again!
dlanyar β created an issue.
Hello,
I use this module in one of my production sites.
Can one of the maintainers create a new version that supports D10. Seems from #4 the Update bot patch works fine. ?
Thanks
** Update**
On my Drupal 9.5.8 site, I was able to install version 2.0.1 by doing composer require 'drupal/file_upload_secure_validator:^2.0'
Thank you for the speedy response!
Echoing @endless_wander
Very useful module
It would be great to have an official (non-dev) release for Drupal 10. Currently, blocking me from updating my site to D10.
Thanks
dlanyar β created an issue.