Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Fixed description and type for image background element in view.xml #569

Merged
merged 1 commit into from
Mar 21, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions guides/v2.0/frontend-dev-guide/themes/theme-images.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,10 +215,10 @@ If set to <code>true</code>, the transparent background of images is saved. If i
</code>
</td>
<td>
array
string
</td>
<td>
The color for the images background. Not applied to images with transparency, if <code>transparency</code> is set to <code>true</code>.
The color for the images background. Not applied to images with transparency, if <code>transparency</code> is set to <code>true</code>. Format: "[<R>, <G>, <B>]", e.g.: "[255, 255, 255]".
</td>
<td>
Optional
Expand Down