Is it possible to import a static HTML project (containing html, css and js files) into Drupal? We have an HTML project created via jsdoc (containing client side documentation) which we want to import into Drupal.
It's my first post here, I have a problem with my Drupal 10 site. I am using Ckeditor to edit content in a section of a view in source mode so that I can add some custom HTML code with Javascript (adding a dynamic dropdown list for appending filters to the URL), my Javascript code involves some logic with the '&' sign, but whenever I switch between WYSIWYG and source mode, it changed to '&', which made my code impossible to run...
For a site whose content on many pages is primarily composed together using Layout Builder, is there way to find, either through an admin interface or through programming, where (in which nodes / entities or URLs ) particular blocks have been embedded?
Most of the blocks that I am interested in locating in the front-end are created by webform, or custom modules.
Thanks for info about any approach that others have used to get this information!
Running Drupal 10.5. Is it possible to use drush to automate creating block content, saving in the database, assign it to a region and have it displayed?
I have found information how to create new modules on line but being a newbie this seems to be different from creating content, store it in the database, assign it to a region block to have it displayed, all using drush.