Sha256: 6e70adfc01c67631f7ff1d542834aa2612f957119f6a899cc8dd1b41ce3d1c62
Contents?: true
Size: 1.53 KB
Versions: 2
Compression:
Stored size: 1.53 KB
Contents
# Dropbox::Sign::SubWhiteLabelingOptions An array of elements and values serialized to a string, to be used to customize the app's signer page. (Only applies to some API plans) Take a look at our [white labeling guide](https://developers.hellosign.com/api/reference/premium-branding/) to learn more. ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | `header_background_color` | ```String``` | | [default to '#1a1a1a'] | | `legal_version` | ```String``` | | [default to 'terms1'] | | `link_color` | ```String``` | | [default to '#0061FE'] | | `page_background_color` | ```String``` | | [default to '#f7f8f9'] | | `primary_button_color` | ```String``` | | [default to '#0061FE'] | | `primary_button_color_hover` | ```String``` | | [default to '#0061FE'] | | `primary_button_text_color` | ```String``` | | [default to '#ffffff'] | | `primary_button_text_color_hover` | ```String``` | | [default to '#ffffff'] | | `secondary_button_color` | ```String``` | | [default to '#ffffff'] | | `secondary_button_color_hover` | ```String``` | | [default to '#ffffff'] | | `secondary_button_text_color` | ```String``` | | [default to '#0061FE'] | | `secondary_button_text_color_hover` | ```String``` | | [default to '#0061FE'] | | `text_color1` | ```String``` | | [default to '#808080'] | | `text_color2` | ```String``` | | [default to '#ffffff'] | | `reset_to_default` | ```Boolean``` | Resets white labeling options to defaults. Only useful when updating an API App. | |
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
dropbox-sign-1.8.0 | docs/SubWhiteLabelingOptions.md |
dropbox-sign-1.7.0 | docs/SubWhiteLabelingOptions.md |