Open Nicscott01 opened 2 months ago
This exists in BD 2.1.0.beta.1.
If you open up the preset for LessFancyBackground, background.image and background.gradient are set to appear on the following condition path:
design.background.type
This is fine as long as the LessFancyBackground preset is used at the top level of the design.
A better solution would be to reference:
%%CURRENTPATH%%.type
This way, the element could be used as a nested child. Thank you!
This also applies for the various settings underneath the background image and gradient overlay.
background.image_size, background.image_settings, background.gradient_animation
This exists in BD 2.1.0.beta.1.
If you open up the preset for LessFancyBackground, background.image and background.gradient are set to appear on the following condition path:
design.background.type
This is fine as long as the LessFancyBackground preset is used at the top level of the design.
A better solution would be to reference:
%%CURRENTPATH%%.type
This way, the element could be used as a nested child. Thank you!