Skip to content

Commit a2f5101

Browse files
authored
Merge pull request #149 from openobserve/dev
feat: add backgroundTheme attribute to ApiGlobalAdsBanner and update …
2 parents 0eb4ef8 + dcc161f commit a2f5101

3 files changed

Lines changed: 2002 additions & 1664 deletions

File tree

src/api/global-ads-banner/content-types/global-ads-banner/schema.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,19 @@
2525
},
2626
"date": {
2727
"type": "datetime"
28+
},
29+
"backgroundTheme": {
30+
"type": "enumeration",
31+
"enum": [
32+
"hero-gradient",
33+
"theme-blue",
34+
"theme-red",
35+
"theme-purple",
36+
"theme-green",
37+
"theme-pricing-button",
38+
"theme-pricing-card"
39+
],
40+
"default": "hero-gradient"
2841
}
2942
}
3043
}

0 commit comments

Comments
 (0)