Tested this MR, works as expected.
Thank you!
Tested and working as expected. Marking as RTBC.
Tested and working as expected. Marking as RTBC
Thank you.
Works as expected. Marking as RTBC.
Tested the MR, works as expected. Marking RTBC.
Thank you
Tested and works as expected.
This is looking good, i've been testing this MR alongside with frontend_editing and everything is working as expected.
Thank you.
The new plugin Bluesky was not discovered because it was not in the right directory
I moved it from src/Plugin/SocialMediaLinks/ to src/Plugin/SocialMediaLinks/Platform/
adel-by β made their first commit to this issueβs fork.
The patch in #14 no longer applies, here is a re-roll.
BTW we are using this patch on a production site for several months now and no issues were reported.
Hello,
It should be
$settings = $custom_options + $default_settings;
not
$settings = $default_settings + $custom_options;
or else all fields get added to the "hidden" region (the default value) even if explicitly set to "content"
Hi,
Following the suggestion in #10, here's another MR that adds support to search_api views.
It also makes sure that the sets feature work properly and introduces a hook that allows other modules to alter the possible contextual filter ids.
I'm using this module on media entities BTW and it works just fine.
adel-by β made their first commit to this issueβs fork.