In Drupal 8, Panels (and probably Display Suite as well) is going to use layouts from the layout_plugin module:

http://drupal.org/project/layout_plugin

I'd like to port Radix 3 to provide layouts in Drupal 8 via that module! This will be a good test for layout_plugin, to see it used for some actually useful, real layouts. :-)

I'll progressively post patches at "Needs work" until I've got a complete port, then I'll mark as "Needs review".

CommentFileSizeAuthor
#1 radix_layouts-d8-port-2377395-1.patch5.89 KBdsnopek

Comments

dsnopek’s picture

Status: Active » Needs work
StatusFileSize
new5.89 KB

Here is the first patch! It only does radix_bryant_flipped, and has lots of TODOs, but it works in my testing. :-)

One of the big things is that radix_layouts.module shouldn't be necessary at all in D8! However, we need to get automatic registration of templates working in layout_plugins first.

shadcn’s picture

Thanks David. I've created the 8.x-3.x branch and applied this patch to it. This is so awesome.

dsnopek’s picture

Er, ok! I was originally planning on iterating this patch until it was finished and THEN ask you to review/commit it. :-) But I can work from this point too.

shadcn’s picture

We can work on the 8.x branch. I'm going to push some code to it too.

shadcn’s picture

Version: 7.x-3.x-dev » 8.x-3.x-dev
Status: Needs work » Fixed

Looks like this is fixed :)

Status: Fixed » Closed (fixed)

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