Skip to content

Commit

Permalink
✨ icon enum
Browse files Browse the repository at this point in the history
closes #4

Signed-off-by: bnomei <b@bnomei.com>
  • Loading branch information
bnomei committed Jul 27, 2022
1 parent 3a91ba8 commit 02ff665
Show file tree
Hide file tree
Showing 2 changed files with 190 additions and 2 deletions.
190 changes: 189 additions & 1 deletion kirby3-blueprints.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -978,7 +978,195 @@
"description": "Image options to control the source and look of file previews"
},
"@icon": {
"$ref": "#/$defs/nonEmptyString"
"oneOf": [
{
"$ref": "#/$defs/nonEmptyString"
},
{
"enum": [
"account",
"add",
"alert",
"angle-down",
"angle-left",
"angle-right",
"angle-up",
"archive",
"attachment",
"audio",
"badge",
"bars",
"bell",
"blank",
"bold",
"bolt",
"book",
"bookmark",
"box",
"brush",
"bug",
"calendar",
"cancel",
"cancel-small",
"car",
"cart",
"chart",
"chat",
"check",
"circle",
"circle-filled",
"circle-half",
"circle-nested",
"circle-outline",
"clock",
"code",
"cog",
"collapse",
"copy",
"credit-card",
"crop",
"dashboard",
"discord",
"discount",
"display",
"divider",
"document",
"dots",
"download",
"draft",
"edit",
"email",
"expand",
"facebook",
"file",
"file-audio",
"file-code",
"file-document",
"file-image",
"file-spreadsheet",
"file-text",
"file-video",
"file-word",
"file-zip",
"filter",
"flag",
"folder",
"folder-structure",
"food",
"funnel",
"github",
"globe",
"grid",
"grid-bottom",
"grid-bottom-left",
"grid-bottom-right",
"grid-full",
"grid-left",
"grid-right",
"grid-top",
"grid-top-left",
"grid-top-right",
"h1",
"h2",
"h3",
"h4",
"h5",
"h6",
"headline",
"heart",
"heart-outline",
"hidden",
"home",
"image",
"images",
"import",
"info",
"instagram",
"italic",
"key",
"layers",
"linkedin",
"list-bullet",
"list-numbers",
"live",
"loader",
"lock",
"logout",
"map",
"markdown",
"menu",
"mobile",
"money",
"moon",
"open",
"order-alpha-asc",
"order-alpha-desc",
"order-num-asc",
"order-num-desc",
"page",
"palette",
"paragraph",
"parent",
"paypal",
"pen",
"phone",
"pin",
"pinterest",
"pipette",
"play",
"preview",
"print",
"protected",
"qr-code",
"question",
"quote",
"refresh",
"remove",
"road-sign",
"search",
"server",
"settings",
"share",
"shuffle",
"sitemap",
"smile",
"sort",
"star",
"star-outline",
"store",
"strikethrough",
"sun",
"table",
"tablet",
"tag",
"template",
"text",
"text-center",
"text-justify",
"text-left",
"text-right",
"ticket",
"tiktok",
"title",
"toggle-off",
"toggle-on",
"trash",
"twitter",
"underline",
"undo",
"unlock",
"upload",
"url",
"user",
"users",
"video",
"vimeo",
"wand",
"whatsapp",
"wheelchair"
]
}
]
},
"@info": {
"$ref": "#/$defs/nonEmptyString",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kirby3-schema",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 02ff665

Please sign in to comment.