Hello @catch,
I've updated the MR. Have a look.
Thank you!
Hello,
I've updated the description.
(Description: Provides an administrative navigation experience)
I've raised MR
Please check and review.
Thank you!
Hello smustgrave,
As I mentioned in my above comment, it's working for me.
Can you please check my video, as I added a working link
Link: https://www.loom.com/share/18cbf606ea6c4fc38db627ee944e343c?sid=1e497ea1...
Please review and let me know your thoughts.
Thank you!
ishani patel โ created an issue.
Hello
lluisandreu,
I've faced the same issue when I enable the "styles" in the active toolbar.
Then, as mentioned in #16, I clicked on the styles tab, added one style, and saved the configuration.
It's working fine for me.
Please check the screencast below for the same.
Working Link: Ckeditor5 Style
Please check and review
Thank you!
Hello,
Can you please provide more details on this issue?
Facing the same AI chatbot height issue when I enable AI chatbot block on homepage.
Hello,
I followed the steps and replicated error,
Resolved it and raised MR,
Please check and review.
Thank you!
ishani patel โ made their first commit to this issueโs fork.
I've checked with version 1.1. x and got the same error on '/admin/config/ai/agents'
Resolved it and I've raised an MR
Please check and review.
Thank you!
Hello @aditi saraf,
I've setup gemini_provider module and configure API key.
Also when I redirect to admin/config/ai/settings page gemini provider is already set in Default provider
Like Chat, Chat with Image Vision and Chat with Complex JSON.
For other provider like Audio to Audio, so as per the feature description on
https://www.drupal.org/project/gemini_provider โ
may be need to implement other interfaces on this module
Please check attachment.
ishani patel โ created an issue.
Hello @diwya,
You can export, modify, and import the language settings using Drush to change the language code:
Steps-1: Export Language Configuration using the command below:
- drush cex
Step-2: Find the language.entity.en.yml file in the exported config directory and change:
TO :
<code>id: en-us
langcode: en-us
Step 3: Import the Updated Configuration:
- drush cim
- drush cr
Thank you!
Hello @wahavi
I've followed the above issue steps as you mentioned and got the same error when I disable a subject field.
I resolved that issue and raised an MR
Please check and review.
Thanks
ishani patel โ made their first commit to this issueโs fork.
Hello, @prudloff
I've created an MR please check and review.
Thank you!
Hello,
I've followed the steps above mentioned and checked in Drupal version 11.1.5
Uploaded an image in CKEditor5 also Link the image to the external site and everything is working fine for me.
I've attached a screencast link for the same.
Please check and review.
Screencast Link: https://www.loom.com/share/3b062ba873a741cfa1c202d88f94e37d?sid=2a0948f8...
Thanks.
Hello @djdevin,
I reviewed and followed the steps you mentioned, and I got the same error when adding and updating the image to the article content.
So as a quick workaround, we can replace the media widget with the entity autocomplete or Entity reference widget
Thank you!
Hello,
I've checked the problem and I have an approach for that,
1) we can enable AJAX for the View
- In the Advanced section, locate the Use AJAX setting and set it to Yes.
2) Configure the Exposed Form as a Block
- Go to the advanced section and set the Exposed form in block to Yes.
3) Modify the Form's Action Attribute
- We can Implement hook_form_alter() in the custom module to change the form's action URL and set the form's action to the current
page's URL.
Thank you!
Hello @gkffzs,
I've checked and followed steps as you mentioned regarding delete action for menu.
So I've two solution for that,
1) Hide the "Delete" action for Views-generated links using small hook form alter
2) Improve the appearance instead of removing the "Delete" action, we can create a template override to display it as a disabled button or a tooltip indicating it cannot be deleted from
Please let me know your thoughts for which solution is the best.
Thank you!
Hello @smustgrave,
I've updated the changes as per the requirement.
Please check and review.
Thanks.
ishani patel โ made their first commit to this issueโs fork.
Hello @chrisck,
I've followed the steps as you mentioned above,
Added a comment replacement pattern in the custom text field and replicated the issue.
The reason is that Drupal handles the comment form separately from the comment list. When we use the {{ comment }} pattern, it only renders the list of comments as markup, but the form itself is no longer part of the rendered output.
So I've one solution for that we can use the Rendered Entity Field in view
Instead of using the {{ comment }} replacement pattern, do the following:
1) Add the "Rendered entity" field to your view.
2) Select the "Comment" entity with the "Default" view mode.
3) This will render both:
The list of comments.
The comment form.
Please check the attachment.
Thanks.
alexpott โ credited Ishani Patel โ .