in Drupal Themes by mailbox (200 points)

My goals is to design the overall theme of a site in TemplateToaster, but then design and maintain the actual page layouts in the new Drupal Layout Builder. In addition to the Layout Builder default functionality, I'm using the Layout Components contrib module to provide design capabilities. 

Unfortunately, when activating the theme using this setup, I get the following errors and warnings on every page: Drupal Layout Builder Warnings with TemplateToaster - Pastebin.com

Please add support for using Layout Builder to manage layouts with TemplateToaster themes!

1 Answer

by emma-johnson (2.4k points)

Hey,

We have tried to generate the case at our end by installing both modules Drupal Layout Builder and Layout Components and then activated our theme. We are unable to trace the issue.

Please provide us with steps to generate the case.

by mailbox (200 points)
Please enable all messages in your default site's settings.php:

/**
 * Display Errors
 */
error_reporting(E_ALL);
ini_set('display_errors', TRUE);
ini_set('display_startup_errors', TRUE);
$config['system.logging']['error_level'] = 'verbose';
Interested in localizing/Translating TemplateToaster Software in your native language in exchange of a Pro License ? Contact Us
...