I have installed Drupal and it is working fine, but we are looking at whether we can create a page for a views page.
We have a view with 2 blocks and 1 page and want the page to have a separate layout to other pages, I know it will mean creating an html.twig page but what I would like to know is it possible to have a views page have it own layout and how would I go about setting it up, please.
I want to query an external sqlite Database. This Database does not contain Drupal information, or Drupal specific tables. It jus holds some data, I want to display on my website.
With a 'traditional' image field in a content type, eg the default article type, it is possible to assign image styles and/or responsive image styles to the image, and to have different styles depending on whether the node is displayed in full or as a teaser etc.
I can't get this to work when using a media image entity reference field in the same piece of content. The image styles for a media image seem to be defined with the media type not the content type and therefore cannot respond to the displaymode of the content node.
I am referencing Paragraphs and ECK entities within content types, mainly to allow users to add a group of fields together (like multiple past experience details with company name, years of employment etc.).
The problem is that both these entities don't allow permissions to edit or delete 'own' entities. So, the options based on permissions are to leave a vulnerability that users can edit or delete others' experience details or they cannot edit their own.