File tree 4 files changed +4
-5
lines changed
4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
# This convienince object wraps your list with a title and an archive link
2
- prototype(Flowpack.Listable:List) < prototype(PackageFactory.AtomicFusion :Component) {
2
+ prototype(Flowpack.Listable:List) < prototype(Neos.Fusion :Component) {
3
3
list = ${value}
4
4
# These settings are public API:
5
5
wrapClass = ''
Original file line number Diff line number Diff line change 1
- prototype(Flowpack.Listable:PaginatedCollection) < prototype(PackageFactory.AtomicFusion :Component) {
1
+ prototype(Flowpack.Listable:PaginatedCollection) < prototype(Neos.Fusion :Component) {
2
2
currentPage = ${request.arguments.currentPage || 1}
3
3
##################################
4
4
# These settings are public API: #
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ prototype(Flowpack.Listable:PaginationArray) {
8
8
9
9
prototype(Flowpack.Listable:PaginationParameters) < prototype(Neos.Fusion:RawArray)
10
10
11
- prototype(Flowpack.Listable:Pagination) < prototype(PackageFactory.AtomicFusion :Component) {
11
+ prototype(Flowpack.Listable:Pagination) < prototype(Neos.Fusion :Component) {
12
12
totalCount = 'to-be-set'
13
13
maximumNumberOfLinks = 15
14
14
itemsPerPage = 24
Original file line number Diff line number Diff line change 7
7
"description" : " Tiny extension for listing things" ,
8
8
"license" : " MIT" ,
9
9
"require" : {
10
- "neos/neos" : " ^3.0 || ^4.0 || dev-master" ,
11
- "packagefactory/atomicfusion" : " ^2.0"
10
+ "neos/neos" : " ^3.3 || ^4.0 || dev-master"
12
11
},
13
12
"autoload" : {
14
13
"psr-4" : {
You can’t perform that action at this time.
0 commit comments