Commit c9cbe34e2896fce9a6dd750e57c075af06bd7414
1 parent
e520c0fb
Exists in
staging
and in
41 other branches
remove prev_icons.yml due to conflict with asset-pipeline
Showing
1 changed file
with
0 additions
and
23 deletions
Show diff stats
public/designs/icons/prev_icons.yml
| @@ -1,23 +0,0 @@ | @@ -1,23 +0,0 @@ | ||
| 1 | -# Define the list of icons to preview themes: | ||
| 2 | -icons: | ||
| 3 | - - add.png | ||
| 4 | - - cancel.png | ||
| 5 | - - mass_mails.png | ||
| 6 | - - store.png | ||
| 7 | - | ||
| 8 | -# Define the main html block for each finded theme: | ||
| 9 | -generate_preview_block_code: | | ||
| 10 | - <div class="preview_icon_theme"> | ||
| 11 | - %EACH_ICON_CODE% | ||
| 12 | - </div> | ||
| 13 | - | ||
| 14 | -# Define the html code to show each icon: | ||
| 15 | -generate_each_icon_code: | | ||
| 16 | - <div class="icon_num_%ICON_NUM%"> | ||
| 17 | - <img src="%PATH%/%ICON_NAME%" /> | ||
| 18 | - </div> | ||
| 19 | - | ||
| 20 | -# The non obvious variables are: | ||
| 21 | -# %ICON_NUM% - each icon has a number equal to it's list position. It can help the layout definition. | ||
| 22 | -# %PATH% - the path for the theme. | ||
| 23 | -# %ICON_NAME% - the icon name without path (exatily equal the name on the icons list) |