1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-18 14:24:28 +03:00
ifhub.club/application/frontend/skin/synio/components/nav/component.json

15 lines
278 B
JSON
Raw Normal View History

{
"name": "nav",
"version": "1.0.0",
"dependencies": {
"css-reset": "*"
},
"templates": {
"nav": "nav.tpl",
"item": "nav-item.tpl"
},
"styles": {
"nav": "css/nav.css",
"layout-nav": "css/layout-nav.css"
}
}