Skip to content

Latest commit

 

History

History
62 lines (48 loc) · 2.25 KB

back_office_configuration.md

File metadata and controls

62 lines (48 loc) · 2.25 KB
title description
Back office configuration
Configure default upload locations, pagination limits, and more settings for the back office.

Back office configuration

Pagination limits

Default pagination limits for different sections of the back office can be defined through respective settings in ezplatform_default_settings.yaml

You can set the pagination limit for user settings under the ibexa.system.<scope>.pagination_user configuration key:

ibexa:
    system:
        <scope>:
            pagination_user:
                user_settings_limit: 6

You can configure the following settings to manage the pagination limits for the product catalog:

ibexa:
    system:
        <scope>:
            product_catalog:
                pagination:
                    attribute_definitions_limit: 10
                    attribute_groups_limit: 10
                    customer_groups_limit: 10
                    customer_group_users_limit: 10
                    products_limit: 10
                    product_types_limit: 10
                    product_view_custom_prices_limit: 10
                    regions_limit: 10
                    catalogs_limit: 10

Copy subtree limit

Copying large subtrees can cause performance issues, so you can limit the number of content items that can be copied at once by setting the ibexa.system.<scope>.subtree_operations.copy_subtree.limit configuration key.

The default value is 100. You can set it to -1 for no limit, or to 0 to completely disable copying subtrees.

You can copy a subtree by calling the following command in CLI: bin/console ibexa:copy-subtree <sourceLocationId> <targetLocationId>.

Default locations

Default location IDs for content structure, Media, and users in the menu are configured with the ibexa.system.<scope>.location_ids configuration key:

ibexa:
    system:
        <scope>:
            location_ids:
                content_structure: 2
                media: 43
                users: 5