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.
I created a new types of content (import) to which it imports data from CSV files.
This node contains the field (field_result) in which the value is stored.
I added views that displays all nodes in the form of a table.
I want to add programmatically three rows to the view: sum, average and min