acquia / drupal-spec-tool

A tool for specifying Drupal architecture details and generating automated tests for them.
GNU General Public License v2.0
147 stars 34 forks source link

Add Layout Builder Field Type #34

Closed mikemadison13 closed 5 years ago

mikemadison13 commented 5 years ago

Currently we have panelizer as a field type and that is the default for basic pages / landing pages. However, with newer versions of Drupal core and Lightning, we need Layout Builder as a field type instead of just panelizer.

It looks like adding this to the settings tab (good call @TravisCarden ) works fine.

TravisCarden commented 5 years ago

Thanks, @mikemadison13. I've added a "Layout Section" field type and a "Layout Builder Widget" form field widget to the current and upstream spreadsheets.