You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When importing a course with a custom theme, the custom theme property values are not included. We are using custom theme properties for background images, page header images, favicon, and more. In the AAT, the properties are present, but the values are missing.
In the course export, both _vanilla and _customtheme properties are present. However, all properties are set to default values (e.g. _minimumHeights._xlarge: 0)
The custom theme is based on Vanilla theme 9.20.0.
Update: It looks like _boxMenu property values are also missing. For example: _boxMenu._menuHeader._backgroundImage._large.
Expected behaviour
Importing a course with a custom theme should retain all property values of the custom theme.
Steps to reproduce
Replace all _vanilla schema properties with _customtheme.
Add a _customtheme property. For example, add page header images to a content object:
What happened?
When importing a course with a custom theme, the custom theme property values are not included. We are using custom theme properties for background images, page header images, favicon, and more. In the AAT, the properties are present, but the values are missing.
In the course export, both
_vanilla
and_customtheme
properties are present. However, all properties are set to default values (e.g._minimumHeights._xlarge: 0
)The custom theme is based on Vanilla theme 9.20.0.
Update: It looks like
_boxMenu
property values are also missing. For example:_boxMenu._menuHeader._backgroundImage._large
.Expected behaviour
Importing a course with a custom theme should retain all property values of the custom theme.
Steps to reproduce
_vanilla
schema properties with_customtheme
.Add a
_customtheme
property. For example, add page header images to a content object:_vanilla
references in the theme JS with_customtheme
.targetAttribute
should be_customtheme
.Authoring tool version
1.0.0-rc.4
Framework version
5.40.7
What browsers are you seeing the problem on?
Firefox, Chrome
Relevant log output
No response
The text was updated successfully, but these errors were encountered: