polarpress-pagebuilder/config/pagebuilder.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)
];