Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 636 Bytes

01_General_Settings.md

File metadata and controls

16 lines (13 loc) · 636 Bytes

General Settings

General Settings

Some Aspects:

  • Active: You can temporarily disable the configuration using the checkbox.
  • SQL Condition (Deprecated): You can add a condition all data object queries have to satisfy in addition to the workspace settings.

SQL Condition is currently deprecated but still enabled by default. If you want to disable it, you can do so in the symfony configuration tree:

pimcore_data_hub:
    graphql:
        allow_sqlObjectCondition: false

Please note that this option will be also removed in the next major version.