CeresHomepageConfig

PluginConfig class, including all plugin settings for the homepage.

Deprecated!

since 5.0.0. This class will be removed in 6.0.0

Namespace

Ceres\Config

Extends
Properties
Type Name Description

bool

$showShopBuilderContent

Show ShopBuilder homepage.

Deprecated: will be removed in 6.0.0.

bool

$showDefaultHomepage

Show default homepage.

Deprecated: will be removed in 6.0.0.

int

$sliderItemId1

ID of the item variation to display in the first slide of the image slider.

Deprecated: will be removed in 6.0.0.

string

$sliderImageUrl1

URL to the image of the first slide.

Deprecated: will be removed in 6.0.0.

int

$sliderItemId2

ID of the item variation to display in the second slide of the image slider.

Deprecated: will be removed in 6.0.0.

string

$sliderImageUrl2

URL to the image of the second slide.

Deprecated: will be removed in 6.0.0.

int

$sliderItemId3

ID of the item variation to display in the third slide of the image slider.

Deprecated: will be removed in 6.0.0.

string

$sliderImageUrl3

URL to the image of the third slide.

Deprecated: will be removed in 6.0.0.

int

$heroExtraItemId1

ID of the item variation to display in the upper item preview.

Deprecated: will be removed in 6.0.0.

string

$heroExtraImageUrl1

URL to the image of the upper item preview.

Deprecated: will be removed in 6.0.0.

int

$heroExtraItemId2

ID of the item variation to display in the lower item preview.

Deprecated: will be removed in 6.0.0.

string

$heroExtraImageUrl2

URL to the image of the lower item preview.

Deprecated: will be removed in 6.0.0.

int

$homepageCategory1

Category to display in the first category preview.

Deprecated: will be removed in 6.0.0.

int

$homepageCategory2

Category to display in the second category preview.

Deprecated: will be removed in 6.0.0.

int

$homepageCategory3

Category to display in the first list of items.

Deprecated: will be removed in 6.0.0.

int

$homepageCategory4

Category to display in the third category preview.

Deprecated: will be removed in 6.0.0.

int

$homepageCategory5

Category to display in the fourth category preview.

Deprecated: will be removed in 6.0.0.

int

$homepageCategory6

Category to display in the second list of items.

Deprecated: 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.