Skip to content

Commit

Permalink
First draft of new generic blocks repo
Browse files Browse the repository at this point in the history
  • Loading branch information
nadar committed Nov 8, 2017
1 parent 7fc2f3a commit 578b880
Show file tree
Hide file tree
Showing 73 changed files with 5,999 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/.buildpath
/.project
/.settings/
/vendor/
/luya
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
# luya-generic-blocks
LUYA Generic blocks without css framework depencies
# LUYA Generic

**WIP**

Contains generic frontend content:

+ blocks
+ ...
+ ..
41 changes: 41 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"name" : "luyadev/luya-generic",
"description" : "Generic LUYA Blocks",
"type" : "luya-extension",
"keywords" : ["luya-blocks"],
"license": "MIT",
"homepage" : "https://luya.io",
"authors" : [
{
"name" : "Basil Suter",
"email" : "[email protected]",
"homepage" : "https://github.com/nadar"
}
],
"support" : {
"issues" : "https://github.com/luyadev/luya/issues"
},
"autoload" : {
"psr-4" : {
"luya\\generic\\" : "src/",
"luya\\generic\\tests\\" : "tests/",
"luya\\testsuite\\" : "../luya-testsuite/src"
}
},
"extra": {
"luya" : {
"blocks" : [
"src/blocks"
]
},
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"require-dev": {
"luyadev/luya-testsuite": "~1.0.0",
"luyadev/luya-module-cms" : "^1.0@dev",
"luyadev/luya-core" : "^1.0@dev",
"luyadev/luya-module-admin" : "^1.0@dev"
}
}
Loading

0 comments on commit 578b880

Please sign in to comment.