Looks like it is more or less mandatory now to fill a domain name for language selection. So this issue can be closed.
splash112 → created an issue.
Solved by using profile_switcher and switch both development and production to standard.
Finally found a problem. Looks like the "standard" profile was never properly deleted from the core.extensions.yml.
Yes, please! But make some taxtfields "label" so they can be translated. Using the following now:
# The 'type' should be "label" for short meta tags and "text" for ones which
# could get longer, especially ones which use a textarea field instead of a
# textfield.
views.style.views_bootstrap_dropdown:
type: views_style
label: 'Dropdown format'
mapping:
button_text:
type: label
Seems I can't get a merge request uploaded with my crappy internet due to the large file.
Changes in the patch:
1. Update schemaorg-all-https.jsonld to version 23.0
2. Changed from http to https, which seems to be preferred?
https://github.com/schemaorg/schemaorg/issues/2886
3. Adding some logic to handle arrays instead of strings (1 case).
Thanks for the merge request! It's a bit outdated, but just solved my problem with SizeSpecification.
Will create a new patch shortly, but it might be a good idea to add a composer dependency to automatically update this file with every (major) release.
Seems it only implicit conversions from float to int are depreciated, so IMHO the easiest would be to make them explicit. This should keep the module working as previous. Patch attached.
this is a core issue. image_filter_keyword() can return a float instead of a integer number of pixels.
splash112 → created an issue.
Check if web\modules\contrib\rules\src\EventSubscriber\LazyGenericEventSubscriber.php is here, where it should be. It might have ended up elsewhere.
Can confirm patch works, I can now select fields from a referenced entity in the user interface and fields get shown.
This issue might be a duplicate of the following:
https://www.drupal.org/project/rules/issues/3059402 🐛 Set data action in referenced entity. Needs work
You might send your site in an infinite loop, where the same rule gets called time after time?
Patch from #139 works for me, problem solved on my site.