style_options_domain
Style Options — Domain is a lightweight integration between the Style Options and Domain modules. It decorates Style Options' discovery service to filter available options based on the active domain, letting you control which style choices editors see on a per-domain basis — without forking content types, creating separate fields, or writing custom code.
Domain context is configured directly in your *.style_options.yml files using a contexts.domain key that follows the same opt-in pattern used by Style Options' other context types. Options can be disabled by default across all domains and selectively re-enabled per domain machine name.
The Domain module is a soft dependency. If it is absent or no domain is negotiated (such as during CLI operations or site install), all style options are shown unchanged with no errors.