File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11prototype(Flowpack.SearchPlugin:SingleResult) < prototype(Neos.Fusion:Case) {
22 default {
3- condition = Flowpack.SearchPlugin :CanRender {
3+ condition = Neos.Fusion :CanRender {
44 type = ${node.nodeType.name + 'SearchResult'}
55 }
66 type = ${node.nodeType.name + 'SearchResult'}
Original file line number Diff line number Diff line change 1- prototype(Flowpack.SearchPlugin:CanRender).@class = 'Flowpack\\SearchPlugin\\FusionObjects\\CanRenderImplementation'
2-
31include: **/*.fusion
42
53ajaxSearch = Flowpack.SearchPlugin:AjaxSearch
Original file line number Diff line number Diff line change 44 "type" : " neos-package" ,
55 "description" : " Plugin for search integration via content node" ,
66 "require" : {
7- "neos/content-repository" : " ^3.0 || ^ 4.0 || ^5.0" ,
7+ "neos/content-repository" : " ^4.0 || ^5.0" ,
88 "neos/content-repository-search" : " ^3.0" ,
9- "neos/eel" : " ^4.0 || ^ 5.0 || ^6.0" ,
10- "neos/flow" : " ^4.0 || ^ 5.0 || ^6.0" ,
11- "neos/fusion" : " ^3.0 || ^ 4.0 || ^5.0" ,
12- "neos/neos" : " ^3.0 || ^ 4.0 || ^5.0"
9+ "neos/eel" : " ^5.0 || ^6.0" ,
10+ "neos/flow" : " ^5.0 || ^6.0" ,
11+ "neos/fusion" : " ^4.0 || ^5.0" ,
12+ "neos/neos" : " ^4.0 || ^5.0"
1313 },
1414 "suggest" : {
1515 "flowpack/elasticsearch-contentrepositoryadaptor" : " Provides search using Elasticsearch" ,
You can’t perform that action at this time.
0 commit comments