Content top region is defined in the info file, however the page.html.twig file misses the code needed to print out the region:

{% if page.content_top %}
  {{ page.content_top }}
{% endif %}

I see in Git that it was included earlier but was removed somewhere in the develeopmnet process and was not added back.

It is not clear if you want to fully remove it or you just forgot about it.

IMHO a "Content top" region is useful, but I suggest to place it above the content title instead of its original place so its behaviour would be more consistent. (And if someone wants to display a block under the page title she can use the "System help" or the "Content" region.)

By the way it seems that you are the first who provides a full Drupal 8 theme so congratulations and thank you! :)

Comments

Danny Englander’s picture

Assigned: Unassigned » Danny Englander
Status: Active » Fixed

I've added this region back in above the title. Thanks for the report! Alpha 10 is now released: https://drupal.org/node/2165443

thamas’s picture

Thanks for your quick update! It works well. :)

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

thamas’s picture

Version: 8.x-1.x-dev » 8.x-2.0-beta4
Status: Closed (fixed) » Active

The same situation. It seems you've lost this region again… :)

Danny Englander’s picture

Status: Active » Fixed

Fixed in dev, new release coming soon

thamas’s picture

Thx!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.