Merge pull request #78 from rmountjoy92/develop

update readme_cards.md
This commit is contained in:
sportivaman 2020-03-29 09:01:21 -04:00 committed by GitHub
commit 80f2841078
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ These entries provide a card on the dashboard containing a list of links.
[Collection Name] [Collection Name]
type = collection type = collection
icon = collections_bookmark icon = collections_bookmark
urls = {"url": "google.com", "icon": "static/images/apps/default.png", "name": "Google", "open_in": "new_tab"},{"url": "duckduckgo.com", "icon": "static/images/apps/default.png", "name": "DuckDuckGo", "open_in": "this_tab"} urls = {"url": "https://google.com", "icon": "static/images/apps/default.png", "name": "Google", "open_in": "new_tab"},{"url": "https://duckduckgo.com", "icon": "static/images/apps/default.png", "name": "DuckDuckGo", "open_in": "this_tab"}
``` ```
| Variable | Required | Description | Options | | Variable | Required | Description | Options |