> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt # Resource: Cookie Banner Settings # Type: Cookie Banner Settings Object # Link: https://dev.wix.com/docs/api-reference/business-management/cookie-consent-policy/cookie-banner-settings/cookie-banner-settings-object.md ## Schema: ```json Type: Cookie Banner Settings Object | type: CookieBannerSettings - name: appEnabled | type: boolean | description: - name: audience | type: string | description: enum: unknown_audience, all_visitors, eu_visitors - name: cookiePolicyRequirementApproved | type: boolean | description: Whether the site contributor has acknowledged the consent policy requirements. - name: declineAllConfig | type: DeclineAllConfig | description: Configuration settings for the "decline all" button. - name: enabled | type: boolean | description: Whether to show the "decline all" button on the cookie banner. - name: geo | type: Array | description: - name: expiryDate | type: string | description: For internal use. - name: seconds | type: string | description: - name: nanos | type: number | description: - name: privacyPolicyPage | type: string | description: - name: privacyPolicyType | type: string | description: enum: unknown_privacy_policy_type, page_on_site, external_url - name: texts | type: object | description: Texts to be displayed on the cookie banner. See [Banner texts]() for details. - name: theme | type: string | description: Visual theme. enum: unknown_theme, light, dark, custom - name: revisitSettingsConfig | type: RevisitSettingsConfig | description: Configuration settings for the "revisit settings" button. - name: enabled | type: boolean | description: Whether to show a minimized cookie banner on all pages at all times. - name: buttonPosition | type: string | description: Position of the minimized cookie banner. enum: unknown_button_position, bottom_right, bottom_left, center_right, center_left - name: customThemeConfig | type: CustomThemeConfig | description: Custom theme configuration. - name: primaryColor | type: SiteColor | description: Primary color displayed on the cookie banner in [hex](https://www.color-hex.com/color-palette/1018144) format. - name: name | type: string | description: Color name. - name: value | type: string | description: Color value in [hex](https://www.color-hex.com/color-palette/1018144) format. - name: secondaryColor | type: SiteColor | description: Secondary color displayed on the cookie banner in [hex](https://www.color-hex.com/color-palette/1018144) format. - name: fontFamily | type: string | description: Font displayed on the cookie banner. - name: fontSize | type: string | description: Font size displayed on the cookie banner. - name: cornerRadius | type: string | description: Corner style for buttons on the cookie banner. enum: unknown_corner_radius, square, rounded_corners, round - name: enabled | type: boolean | description: Whether the banner is activated. - name: privacyPolicyPageInfo | type: PrivacyPolicyPageInfo | description: Location of the site's privacy policy. - name: privacyPolicyDetailsReferenceType | type: string | description: enum: UNKNOWN_PRIVACY_POLICY_TYPE, SLUG, EXTERNAL_PAGE_URL ```