sabbelasichon / typo3_encore

Use Webpack Encore within TYPO3
Other
106 stars 19 forks source link

[FEATURE] Add option to add outlets in Stimulus\ControllerViewHelper #216

Open svenpet90 opened 7 months ago

svenpet90 commented 7 months ago

In Stimulus there is a way to add so called "outlets" to controllers in order to ease the cross-controller communication. See https://stimulus.hotwired.dev/reference/outlets for reference.

This option is currently missing in the ControllerViewHelper and should be added - for "feature completeness sake". :-)

I am open to tackling this in a PR this weekend.

sabbelasichon commented 6 months ago

@svenpet90 Oh yes, please. Go ahead.