CeresPaginationConfig

PluginConfig class, including all plugin settings for the pagination.

Namespace

Ceres\Config

Extends
Properties
Type Name Description

string

$position

Pagination position. Possible values are 'top', 'bottom' and 'top_bottom'.

Deprecated: will be removed in 6.0.0.

bool

$showFirstPage

Defines if the "To first page" button is visible.

Deprecated: will be removed in 6.0.0.

bool

$showLastPage

Defines if the "To last page" button is visible.

Deprecated: will be removed in 6.0.0.

int

$columnsPerPage

Columns per page.

Deprecated: will be removed in 6.0.0.

int

$rowsPerPage

Rows per page.

Deprecated: will be removed in 6.0.0.

int

$itemsPerPage

Number of items displayed per page in the category view.

int

$noIndex

SEO: Define the page number starting from which the value noindex is set.

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.