CeresPaginationConfig
PluginConfig class, including all plugin settings for the pagination.
Namespace
Ceres\Config
Extends
Type | Name | Description |
---|---|---|
|
Pagination position. Possible values are 'top', 'bottom' and 'top_bottom'. Deprecated: will be removed in 6.0.0. |
|
|
Defines if the "To first page" button is visible. Deprecated: will be removed in 6.0.0. |
|
|
Defines if the "To last page" button is visible. Deprecated: will be removed in 6.0.0. |
|
|
Columns per page. Deprecated: will be removed in 6.0.0. |
|
|
Rows per page. Deprecated: will be removed in 6.0.0. |
|
|
Number of items displayed per page in the category view. |
|
|
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.