-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
First draft of new generic blocks repo
- Loading branch information
Showing
73 changed files
with
5,999 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
/.buildpath | ||
/.project | ||
/.settings/ | ||
/vendor/ | ||
/luya |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
+ ... | ||
+ .. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
Oops, something went wrong.