generated from web-illinois/toolkit-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
32f6d0a
commit 6700a7c
Showing
5 changed files
with
56 additions
and
5 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
File renamed without changes.
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,51 @@ | ||
{ | ||
"title": "Page Title", | ||
"tag": "ilw-page-title", | ||
"github": "https://github.com/web-illinois/ilw-page-title/", | ||
"type": "web component", | ||
"element-name": "ilw-page-title", | ||
"description": "The component ilw-page-title provides a background image and gradient overlay options for the text of the title of a particular web page.", | ||
"builder-version": "1.0", | ||
"version": "1.0.0", | ||
"date": "10/22/2024", | ||
"css": "https://cdn.toolkit.illinois.edu/ilw-page-title/1.0.0/ilw-page-title.css", | ||
"js": "https://cdn.toolkit.illinois.edu/ilw-page-title/1.0.0/ilw-page-title.js", | ||
"production": true, | ||
"notes": "", | ||
"parent-style": "", | ||
"samples": [ | ||
{ | ||
"name": "default", | ||
"description": "Default information", | ||
"text": "<img src=\"https://picsum.photos/1200/300\" alt=\"\" slot=\"background\">\n <h1>Graduate Programs</h1>" | ||
} | ||
], | ||
"attributes-fixed": [], | ||
"attributes-text": [], | ||
"attributes": [ | ||
{ | ||
"name": "theme", | ||
"description": "Color theme used", | ||
"depreciated": false, | ||
"values": [ | ||
"", | ||
"blue", | ||
"orange", | ||
"white" | ||
] | ||
}, | ||
{ | ||
"name": "width", | ||
"description": "Whether or not this follows current borders or is full width", | ||
"depreciated": false, | ||
"values": [ | ||
"", | ||
"full" | ||
] | ||
} | ||
], | ||
"classes-fixed": [], | ||
"classes": [], | ||
"css-variables": [ | ||
] | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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