-
Notifications
You must be signed in to change notification settings - Fork 0
docs: theme designer JSON structure #270
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
OmarIthawi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll continue from here.
a1a348d to
ec8aa08
Compare
8f6c2c8 to
bd79f12
Compare
bd79f12 to
a36b8bd
Compare
| } | ||
|
|
||
| root_settings = { | ||
| "logo_image_url": "url", #-- API key: logo_url |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
right?
| "logo_image_url": "url", #-- API key: logo_url | |
| "LOGO_URL": "url", #-- API key: logo_url |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LOGO_URL is the global fall-back. The one per tenant config is logo_image_url. Working fine in my local
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @shadinaif!!
| }, | ||
| }, | ||
|
|
||
| "footer": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add dark/light style mode
| "footer": { | |
| "footer": { | |
| "style": "dark", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will the style be applied to the footer only?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will the style be applied to the footer only?
@shadinaif, I'm thinking of "template": "dark-v1" and "template": "light-v1". so we add more templates in the future as requested.
OmarIthawi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @shadinaif and Mohamed! Looks great!
Description:
Our internal JSON structure for the theme designer
Related Issue: