@chrisk8r
Can you try selecting the other option under Product-Id contextual filter like RAW Value From URL where you would be able to select the Path component that you may like to us from the url to work as contextual filter.
I have fixed the Intendant issue in js file
Hello @apaderno
I have pushed the new things via my account. Could you please review once.
I have submitted new advance feature
Here is a new patch file.
Fixed Drupal Upgrade Status warnings and errors.
Shikha_LNweb → created an issue.
Above patch is not working as expected
Let me put some time on it and try creating a patch for it . @abramm
yes, using entity_embed for other purposes. @abramm
@nginex
Yes, I am using img tag. Can you please confirm if there is some patch available or some plans to support the embedded img tag soon ?
@abramm
Apologies for delays in response.
Example :
<img src="https://.../files/inline-images/Screenshot%202023-11-22%20at%2011.06.00%20AM.png" data-entity-uuid="084c5cf5-c2b5-4243-81ed-7d6d0cd0c300" data-entity-type="file" width="50">
<p>
Testing
</p>
Shikha_LNweb → created an issue.
Shikha_LNweb → created an issue.
I faced the same issue when I migrated one of my client's site from Drupal 8 to 9. I started facing following error :
The profile "Orange_ecom_profile" doesn't exist.
Then I found somewhere on stack overflow about clearing up some of entry with key value pair table. So, I did follow this and executed this query:
delete from 'key_value' where collection = 'state' and name = 'system.profile.files';
It worked perfectly for me.
If someone is still stuck with synching the block content , then https://www.drupal.org/project/structure_sync → module is really something to consider.
Along with block syncing (which also consider synching the UUID), it also solved the problems of menu, taxonomy synching.
Anyone who is looking for some module in context of Drupal 10, can probably have a look here :
https://www.drupal.org/project/wpf →
This module is good work around in context of fallback image support.