HEX
Server: Apache
System: Linux ecngx285.inmotionhosting.com 4.18.0-553.79.1.lve.el8.x86_64 #1 SMP Wed Oct 15 17:59:35 UTC 2025 x86_64
User: zeusxp5 (3862)
PHP: 8.3.28
Disabled: NONE
Upload Files
File: /home/zeusxp5/chuair.org/wp-content/plugins/post-and-page-builder/includes/config/config.plugin.php
<?php
if ( ! defined( 'WPINC' ) ) {
	header( 'Status: 403 Forbidden' );
	header( 'HTTP/1.1 403 Forbidden' );
	exit();
}

if ( defined( '$_SERVER' ) && isset( $_SERVER['SERVER_NAME'] ) ) {
	$dev_server = 'https://' . $_SERVER['SERVER_NAME'];
} else {
	$dev_server = 'https://localhost:4000';
}

return array (
	'ajax_calls' => array (
		'get_plugin_version' => '/api/open/get-plugin-version',
		'get_asset'          => '/api/open/get-asset',
		'gridblock_generate' => '/v1/gridblocks',
		'gridblock_types'    => '/v1/gridblocks/types',
		'download_image'     => '/api/image/unsplash-downloaded',
		'gridblock_industries' => '/v1/gridblocks/industries',
	),
	'asset_server'          => 'https://wp-assets.boldgrid.com',
	'development_server'    => $dev_server,
	'plugin_name'           => 'boldgrid-editor',
	'plugin_key_code'       => 'editor',
	'templates' => array(
		'default_content_width' => 1140,
	),
	'valid_editors' => array(
		'classic',
		'default',
		'bgppb',
	),
	'component_controls' => include __DIR__ . '/config.components.php',
	'urls' => array(
		'premium_key'            => apply_filters( 'boldgrid_editor_premium_url', 'https://www.boldgrid.com/connect-keys' ),
		'new_key'                => apply_filters( 'boldgrid_editor_new_key_url', 'https://www.boldgrid.com/central/account/new-key' ),
		'support_default_editor' => 'https://www.boldgrid.com/support/boldgrid-post-and-page-builder/preferred-editor/',
	),
	'main_file_path'        => BOLDGRID_EDITOR_PATH . '/boldgrid-editor.php',
	'plugin_transient_name' => 'boldgrid_editor_version_data',
	'allowed_post_types'    => array( 'page', 'post', 'bg_block', 'crio_page_header' ),
	'controls'              => array(
		'page_title' => array(
			'visible_by_default' => false
		)
	),
	'conflicting_assets'	=> array(
		'boldgrid-components' => array(
			'handle' => 'boldgrid-components',
			'deps' => array(),
			'version' => '2.16.5',
			'src' => plugins_url( '/assets/css/components.min.css', BOLDGRID_EDITOR_PATH . '/boldgrid-editor.php' ),
			'mce_str_match' => '/components.',
		),
		'font-awesome' => array(
			'handle' => 'font-awesome',
			'deps' => array(),
			'version' => '4.7',
			'src' => plugins_url( '/assets/css/font-awesome.min.css', BOLDGRID_EDITOR_PATH . '/boldgrid-editor.php' ),
			'mce_str_match' => '/font-awesome.',
		),
	),
	'widget' => array(
		'areas' => array(
			'boldgrid-editor-sidebar' => array(
				'name' => __( 'Post and Page Builder Sidebar', 'boldgrid-editor' ),
				'id' => 'boldgrid-editor-sidebar',
				'description' => __( 'Widgets in this area will on Post and Page Builder templates.', 'boldgrid-editor' ),
				'before_widget' => '<div id="%1$s" class="widget %2$s">',
				'after_widget'  => '</div>',
				'before_title'  => '<h2 class="widget-title">',
				'after_title'   => '</h2>',
			)
		)
	)
);