CeresContactConfig

PluginConfig class, including all plugin settings for contact view.

Deprecated!

since 4.4.0. This class will be removed in 6.0.0.

Namespace

Ceres\Config

Extends
Properties
Type Name Description

string

$shopMail

Contact form email address.

Deprecated: since 4.4.0. Will be removed in 6.0.0.

string

$mailCC

Email address for copy of the contact request (CC).

Deprecated: since 4.4.0. Will be removed in 6.0.0.

string

$mailBCC

Email address for blind copy of the contact request (BCC).

Deprecated: since 4.4.0. Will be removed in 6.0.0.

array

$showData

Contact data to show.

Deprecated: since 4.4.0. Will be removed in 6.0.0.

string

$apiKey

Google Maps API key.

Deprecated: since 4.4.0. Will be removed in 6.0.0.

int

$mapZoom

Google Maps zoom level.

Deprecated: since 4.4.0. Will be removed in 6.0.0.

bool

$mapShowInMobile

Show map in mobile view.

Deprecated: since 4.4.0. Will be removed in 6.0.0.

bool

$enableConfirmingPrivacyPolicy

Enable to display checkbox for confirming privacy policy.

Deprecated: since 4.4.0. Will be removed in 6.0.0.

Methods
public getPluginName():string

Return the name of the plugin to get the configuration values for.

public load()

Initially load configuration values into member variables.