Skip to content

Multi Site Configuration

The Bynder Picker for Jahia supports a two tier configuration model:

  • A global configuration that applies across the entire Jahia instance
  • A per site overrides that let each site define its own picker behavior.

This is what makes the module suitable for multi tenant and multi brand Jahia deployments where different business units need editorial independence without duplicating the module or forking code.

In a single Jahia instance running many sites, one global only configuration forces every site to browse the same Bynder library with the same filters, which breaks down as soon as different brands, regions, or business units need their own governance rules. Per site configuration solves this by letting administrators layer site specific rules on top of sensible global defaults.

  • Site A can restrict the picker to a single Bynder Collection, for example a “Brand A Approved” collection, enforcing strict brand governance.
  • Site B can instead default the picker to a metaproperty filter, for example “Region: EMEA” and “Status: Approved for Web”, giving looser but still compliant access.
  • Site C can simply inherit the global defaults with no override at all, useful for smaller or lower priority sites.

Settings resolve in this order, from lowest to highest priority:

  1. Global defaults (endpoint, token, transformation toggle, default file picker asset types, button colors).
  2. Site level overrides (collection filters, metaproperty defaults).

If a site does not define an override for a given setting, it falls back to the global value automatically. This means adding a new site with no configuration at all is safe by default, it simply inherits global behavior.

  1. Navigate to the target site in the Jahia administration console.

  2. Locate and open Bynder Site Configuration panel.

  3. Configure

    • Bynder collection to scope the picker to (optional).
    • Metaproperty filters to apply as default search criteria (optional, one or more key/value pairs).
  4. Save. Changes apply immediately to editors working within that site, with no restart required.

Site Configuration

SiteFilter strategyGovernance level
Site 1 (Flagship brand)Bynder Collection “Brand A Approved”Strict
Site 2 (Regional site)Metaproperties: region, approval statusModerate
Site 3 (Internal/UGC site)No override, inherits global defaultsLoose

Site Digitall with Digitall Demo Collection

Site Prism with Country France, Channel Events MetaProperties

Same module, same codebase, three distinct editorial experiences.