Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
In Drupal 10.3.1 I have added a mini pager to a view-block but each time I navigate to the next "page" through this mini pager, there is a backend load (the webpage is loaded anew), but I want to navigate through this mini pager frontendly.
This one has be at a loss. Anytime a node goes into "edit" mode, the following warning appears (see below) and am unsure how to go about fixing it. Has anyone else come across this before? I'd like to know how this can be addressed so it stops clogging our log files with the same message over and over.
---- ckeditor5 Warning Message ----
Warning: Undefined array key "data-*" in Drupal\ckeditor5\HTMLRestrictions->merge() (line 977 of /app/web/core/modules/ckeditor5/src/HTMLRestrictions.php)
Is there a way I can prevent an authenticated user from choosing a value, other than the default value, from a dropdown list? For instance, I have 6 values for Campaign Status, with default status set to " Not ready for launch". I want a new node to be created initially with this default, and do not want the user to select a different value. Any modules that can help me achieve this?
I have a project that I'm planning out. I haven't yet started building the site. It will be a database of information, and as I see it, is a textbook call for a relational database. This isn't a facet that I've delved into in working with Drupal, thus far.
I have two content types and I want to create an entity reference and make i visible on both sides without having to add them on both sides when creating content.
Example
Content Type 1: "Star" which has fields one of which is the Constellation and entity reference to a content type constellation
Content type 2: "Constellation" for which I want to create an entity reference that shows all the stars that I added a reference to this node. The connection must exist in the database I am not sure how to show it.