Early Bird Registration for DrupalCon Atlanta is now open! By registering during our Early Bird Registration window, you’ll save $100. This window ends on 19 January 2025 and will go by quickly, so don’t wait!
I have created a page and added views block and listing articles from a specific content type. I added a global: Custom text field and added a link that successfully opens a modal_dialog window with the code below.
<a class="use-ajax button" data-dialog-type="modal" href="node/{{ nid }}">open modal</a>
I have a question. Is it possible to integrate a chatbot (like Copilot Studio by Microsoft) using Live Helper Chat in Drupal? I have an iframe provided by the Microsoft platform for my Copilot chatbot, and I would like to integrate my chatbot into my website through the Live Helper Chat widget. Do you think this is possible?
I have a view where I need to show the taxonomy terms and I'm trying to access the name of the terms in my twig file and I'm unable to fetch using the below code,
{% for row in rows %}
{{dump(row.content['#taxonomy_term'])}}
{% endfor %}
I can traverse only till ['taxonomy_term'] as mentioned in the above dump and if I try to traverse after taxonomy_term it only returns null, but I have the required value in values>name>x-default>"Case Studies" Use the below object for reference.
I'm looking for an extension to CKeditor 5 that gives me similar possibilities in image editing as available in CKeditor 4. See the includede screenshot. Any idea is that's available, and where to find it?
Image properties CKeditor 4
In this message editor something like that seems to be available!