Skip to content

Allow using for Flow applications, not Neos applications only #109

@skurfuerst

Description

@skurfuerst

With https://docs.neos.io/cms/manual/extending-neos-with-php-flow/creating-afx-based-applications-backend-modules, it is easily possible to use Flow together with AFX.

Now, it would be AWESOME to also use Monocle there.

I did a quick experiment code-wise. The main challenge is replacing the FusionService, which extends the Neos FusionService - and we get a class loading error if Neos is not installed.

Currently I see the following options:

do not extend NodeService, but instead use ObjectAccess::getProperty(..., true)

separate Monocle into a neos-agnostic Core and a Neos-specific part.

"somehow" sketch out an official API in fusion to use

Continuing

I'd love to pursue this further; but we should first discuss a) if you'd like to support this and b) how :)

All the best,
Sebastian

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions