mirror of
https://github.com/nikdoof/vapemap.git
synced 2025-12-23 06:39:28 +00:00
Add in the ability to add links to stores/chains.
This commit is contained in:
1
app/stores/fixtures/linktypes.json
Normal file
1
app/stores/fixtures/linktypes.json
Normal file
@@ -0,0 +1 @@
|
||||
[{"pk": 1, "model": "stores.linktype", "fields": {"url_format": "https://www.facebook.com/%(account)s", "is_active": true, "name": "Facebook", "icon": "icon-globe"}}, {"pk": 2, "model": "stores.linktype", "fields": {"url_format": "http://twitter.com/%(account)s", "is_active": true, "name": "Twitter", "icon": "icon-globe"}}]
|
||||
Reference in New Issue
Block a user