1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-16 21:34:25 +03:00
ifhub.club/application/frontend/components/search-form/component.json

14 lines
261 B
JSON
Raw Normal View History

{
"name": "search-form",
"version": "1.0.0",
"dependencies": {
"field": "*",
"button": "*"
},
"templates": {
"search-form": "search-form.tpl"
},
"styles": {
"search-form": "css/search-form.css"
}
}