Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
53 views

Problem I'm implementing a custom constraint validator in Drupal to validate a required icon attribute on a link field. The icon attribute is added via the "Link attributes" module and ...
Tejas_More's user avatar
0 votes
2 answers
85 views

I upload a file to my Drupal 10.6.1 installation, and it shows up in the files_managed with the url public://12-25 Newsletter.pdf, but when Drupal writes the page that it appears on, the html is <a ...
Paul Tomblin's user avatar
0 votes
1 answer
75 views

Context I have a custom block type with nested paragraph fields. I need to conditionally show/hide specific paragraph types and make certain fields required based on a select list value in the parent ...
Tejas_More's user avatar
1 vote
0 answers
77 views

Under Drupal 11.2.5. I installed Address Module (2.0.4) I want to trigger an AJAX request when the State changes in field_address. The state is named "administrative_area" in address field ...
Sevenfish's user avatar
1 vote
0 answers
78 views

Summary: Customer could be charged a different amount from what is displayed in the Payment step panel if an auto-applied promotion gets published or unpublished just before external payment is ...
MastaP's user avatar
  • 117
0 votes
0 answers
99 views

I want to create a view in Drupal 11, but I want to add the values for that view through code. How could this be done? I’ve tried it, but the view appears empty and I can’t see the values. Here’s a ...
KisukeJav's user avatar
4 votes
1 answer
1k views

I have a Drupal project with lando based local development. my lando.base.yml looks like: Services: database: type: mysql:8.4 creds: user: drupal password: xxx database: ...
Rick's user avatar
  • 1,619
0 votes
0 answers
24 views

I'm implementing Activity Pub protocol on a Drupal website thanks to activitypub module (https://www.drupal.org/project/activitypub). The account is @[email protected] It's working as ...
Kgaut's user avatar
  • 371
0 votes
1 answer
57 views

Drupal distribution built on "super theme" Open Social 13.0.0-alpha23 cannot be installed. This fails stan@pc:/var/www/html/soc13$ composer create-project goalgorilla/social_template:13.0.0-...
Bitlab's user avatar
  • 43
0 votes
1 answer
99 views

The CKEditor5 dialog documentation gives a code snippet like this: editor.plugins.get( 'Dialog' ).show( { isModal: true, // The rest of the dialog definition. } ); However, this requires ...
sil's user avatar
  • 2,191
0 votes
0 answers
55 views

In my drupal project I have a form field: $form['field_consent_abcd']['widget']['value']['#title'] = t('Test text <a href="@url" target="_blank">target url text</a>.', [...
Rick's user avatar
  • 1,619
0 votes
0 answers
44 views

I am trying to migrate a relational tables songs and author and bridge table from a mysql database to drupal. Although songs and authors are getting exported but their relationship is not getting ...
imtinan's user avatar
  • 181
0 votes
0 answers
37 views

I have a Drupal 10 site where I created a view with an RSS feed. The links for the items are to various outside websites - for example https://www.yahoo.com/news_article. The problem is that my site ...
user3362751's user avatar
0 votes
0 answers
41 views

I am getting the following error. The code I am using is the following. It seems to work fine. (function ($, Drupal) { Drupal.behaviors.chartClickBehavior = { attach: function (context, ...
B.lakshman's user avatar
1 vote
1 answer
43 views

I'm teaching myself about constraint validators, in a Drupal application, and I'm a little confused by one aspect of the pattern. I'm doing this because Drupal 10 deprecates previous methods of ...
JonMcL's user avatar
  • 173

15 30 50 per page
1
2 3 4 5
1353