Skip to content

Commit

Permalink
Merge pull request #9558 from rtibbles/powered_by_powered_by_powered_…
Browse files Browse the repository at this point in the history
…by_kolibri

Clean up theme regressions
  • Loading branch information
rtibbles authored Jul 11, 2022
2 parents 42c7d93 + 9f60139 commit 3fe5775
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions kolibri/core/assets/src/styles/themeSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,20 @@ export default {
topLogo: {
type: Object,
default: null,
spec: _imageSpec,
spec: {
src: {
type: String,
default: null,
},
style: {
type: String,
default: null,
},
alt: {
type: String,
default: null,
},
},
},
poweredByStyle: {
type: String,
Expand All @@ -111,7 +124,7 @@ export default {
},
showPoweredBy: {
type: Boolean,
default: true,
default: false,
},
},
},
Expand All @@ -132,10 +145,6 @@ export default {
type: Boolean,
default: true,
},
showPoweredBy: {
type: Boolean,
default: true,
},
brandedFooter: {
type: Object,
default: null,
Expand Down

0 comments on commit 3fe5775

Please sign in to comment.