I'm trying to wrap my head around this new trend toward decoupled content. Maybe somebody with experience on it's capabilities can help with a scenario I'm thinking of.
The general idea of decoupling is that Drupal could be used as a 'content repository' that is pulled into several different architectures. For example the header and footer and such are a java app, or a mobile app, or whatever.
I am new to Drupal 8. I have a content type with two fields(Image and video embed). I would like to create a view which should display both image and video in the same row and in two coloumns of the grid. I have created View block, Format: Grid with Horizontal Alignment and 2 coloumns. I have set Inline in the fields settings. I am looking for a display like
Video Image in two grids but what I am getting is Video and image displaying vertically with an empty grid in the right.
After update i cannot edit some pages. If i click edit on front page i see "500 internal server errors"
"
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator at root@localhost to inform them of the time this error occurred, and the actions you performed just before this error.
More information about this error may be available in the server error log.
"
some pages are edited fine and on some I get this error
we are planning a hackaton in our company the main topic of which is "Helping visually impaired people". Is there anything in Drupal 8 I could help with which relates to the hackaton topic? Any module, theme? Testing patches, coding modules?
I am a Newbie to Drupal 8 theme development. I have created a custom theme based on bulma.
At the moment I am struggeling what is the best approach to have a hero image per page which is above the page content.
I have managed to create a custom block but I am only able to define one hero image which is used for all the pages.
I hope the problem is clear and someone can point me in the right direction.