본문으로 건너뛰기

@shakrmedia/editor-sdk ShakrEditorThemeCustomizeOptions

ShakrEditorThemeCustomizeOptions interface

Theme customize options for Shakr Editor

Signature:
export interface ShakrEditorThemeCustomizeOptions 

Properties

PropertyTypeDescription
accent_color?string(Optional) Custom accent color for UI elements such as buttons, border colors, etc. Accepts a Hex code (6-symbol hexadecimal value). Leading # symbol is optional. (e.g. #058ee2 or 058ee2)
header_footer_background_color?string(Optional) Custom color for header/footer background. Accepts a Hex code (6-symbol hexadecimal value). Leading # symbol is optional. (e.g. #058ee2 or 058ee2)
header_footer_border_color?string(Optional) Custom color for header/footer border. Accepts a Hex code (6-symbol hexadecimal value). Leading # symbol is optional. (e.g. #058ee2 or 058ee2)
logo?string(Optional) URL for the custom logo image used in Shakr Editor user interface.