Skip to content

Commit

Permalink
Merge pull request #16 from Flow-Community/listable
Browse files Browse the repository at this point in the history
TASK: refactoring on top of Listable
  • Loading branch information
dimaip authored Jun 28, 2016
2 parents 780cf7c + eb458ba commit 46e6127
Show file tree
Hide file tree
Showing 29 changed files with 345 additions and 604 deletions.

This file was deleted.

This file was deleted.

4 changes: 3 additions & 1 deletion Configuration/NodeTypes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
abstract: TRUE
superTypes:
'TYPO3.Neos:Document': TRUE
'Flowpack.Listable:ListableMixin': TRUE
constraints:
nodeTypes:
'*': false
Expand Down Expand Up @@ -155,6 +156,7 @@
type: 'TYPO3.Neos:ContentCollection'

'Community.News:Author':
label: "${String.stripTags(q(node).property('name'))}"
superTypes:
'TYPO3.Neos:Document': TRUE
'TYPO3.Neos.NodeTypes:ImageMixin': TRUE
Expand Down Expand Up @@ -231,4 +233,4 @@
group: 'news'
constraints:
nodeTypes:
'*': false
'*': false
14 changes: 0 additions & 14 deletions Configuration/Settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,3 @@ TYPO3:
news:
position: 280
label: 'Community News'
Community:
News:
newsList:
maxNumberOfItems: 10000
pagination:
itemsPerPage: 5
maximumNumberOfLinks: 10
sortProperty: created
newsLatest:
maxNumberOfItems: 3
pagination: ~
sortProperty: created


31 changes: 0 additions & 31 deletions Migrations/TYPO3CR/Version20150605210500.yaml

This file was deleted.

Loading

0 comments on commit 46e6127

Please sign in to comment.