-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
move iconpack with itemtype icons from search results to liszt_common…
…, style icons on page
- Loading branch information
thomas-sc
committed
Oct 30, 2024
1 parent
05fe191
commit dead641
Showing
14 changed files
with
230 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
iconpack: | ||
title: "Liszt Custom Icons for Search Results in LQWV" | ||
# The key of the iconpack (!) | ||
key: "lziconsr" | ||
version: 1.0.0 | ||
|
||
renderTypes: | ||
svg: | ||
# Source folder of the SVG files, which are rendered as <img> tag: | ||
source: "EXT:liszt_common/Resources/Public/Icons/IconPackSearchResults/" | ||
attributes: | ||
class: "lzicon" | ||
|
||
svgInline: | ||
# Source folder of the SVG files that are rendered as <svg> tag (inline SVG): | ||
source: "EXT:liszt_common/Resources/Public/Icons/IconPackSearchResults/" | ||
attributes: | ||
class: "lzicon-inline" | ||
fill: "currentColor" | ||
|
||
|
||
svgSprite: | ||
source: "EXT:liszt_common/Resources/Public/Icons/IconPackSearchResults/IconSpritesSearchResults.svg" | ||
attributes: | ||
class: "lzicon-sprite" | ||
fill: "currentColor" | ||
|
||
# Define here which icons are provided by this iconpack | ||
# In this case, the values here correspond to the file names (without file name extension) | ||
icons: | ||
- auctionCatalog | ||
- lisztDocument | ||
- book | ||
- attachment | ||
- encyclopediaArticle | ||
- essay | ||
- journalArticle | ||
- lisztDocument | ||
- musicSheet | ||
- thesis |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
82 changes: 82 additions & 0 deletions
82
Resources/Public/Icons/IconPackSearchResults/IconSpritesSearchResults.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions
11
Resources/Public/Icons/IconPackSearchResults/attachment.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions
7
Resources/Public/Icons/IconPackSearchResults/auctionCatalog.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions
7
Resources/Public/Icons/IconPackSearchResults/encyclopediaArticle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.