11 lines
233 B
PHP
11 lines
233 B
PHP
<?php
|
|
|
|
/**
|
|
* PageBuilder specific settings
|
|
* =============================
|
|
*
|
|
*/
|
|
|
|
return [
|
|
'canvas' => 'bg-black' // The main background color of the pagebuilder canvas (the background color of the pages you want to build)
|
|
]; |