I'm just 'playing' with Drupal 8 (I developed before with D7) as I get on better with a new version when it's more likely I won't find core issues. I created a content type and added a Date field to it. I tried and tried and keep on getting the following error message "The date is invalid. Please enter a date in the format" when, after picking a date from the calendar, I (try to) submit a new node.
I designed my first block for reading some variables from an API and print it in sidebar region. The blocks works BUT the title is missing and block dissapears when API variables updates (rebuilding cache put it again in the site).
I searched in the web but I didn't see much info about custom block programing. I really need to solve that issues to publish the block.
Hello, new to drupal.
I have created a view called "my_view_2".
Inside my twig templates I use {{ my_view_2}} to render that view but nothing appears on the page.
If I declare the display of the view as page and assign a node to the view, then the view is rendered. But this way the node template is lost.
The above happens only to some views not very view I have and I can not find the differences between those that working and those that does not working.