nuvoleweb / ui_patterns

[NOTE] Development has moved to https://drupal.org/project/ui_patterns
https://drupal.org/project/ui_patterns
GNU General Public License v2.0
85 stars 56 forks source link

support request: pattern as paragraphs pattern as layout #173

Closed cfbauer closed 6 years ago

cfbauer commented 6 years ago

Hello, I'm trying to use my patterns with paragraphs. The documentation says:

Once on the paragraph Manage display page we choose the Jumbotron pattern as layout:

I can't find where these settings are. I've enabled the UI Patterns Layouts module of course and am using the UI Patterns Library for testing. I tried looking in the edit paragraph type section (admin/structure/paragraphs_type/my_paragraph) but I can't find what's shown in the screenshot.

Can someone point me to what I'm missing? Thanks!

dubcanada commented 6 years ago

Do you have display suite enabled? Layouts requires display suite (or the core layout module but that's experimental atm) to be enabled to setup properly.

cfbauer commented 6 years ago

Yep, that was the issue, I didn't know that was a requirement. Thanks!