Skip to content

Commit

Permalink
Merge pull request #4867 from mhsdesign/task/fix-fusion-docs-a-little
Browse files Browse the repository at this point in the history
TASK: Fix fusion docs a little
  • Loading branch information
mhsdesign committed Feb 5, 2024
2 parents 59478f8 + d94eb20 commit 5f55371
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
prototype(Neos.Fusion:Matcher) {
@class = 'Neos\\Fusion\\FusionObjects\\MatcherImplementation'
condition = false
type = null
renderer = null
renderPath = null
type = null
element {
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
prototype(Neos.Fusion:Renderer) {
@class = 'Neos\\Fusion\\FusionObjects\\RendererImplementation'
type = null
renderPath = null
renderer = null
renderPath = null
type = null
element {
}
}
1 change: 1 addition & 0 deletions Neos.Neos/Classes/Fusion/Helper/BackendHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ class BackendHelper implements ProtectedContextAwareInterface
*
* Translation.id("mh").locale(Neos.Backend.interfaceLanguage()).translate()
*
* @return string
*/
public function interfaceLanguage(): string
{
Expand Down
4 changes: 2 additions & 2 deletions Neos.Neos/Documentation/References/NeosFusionReference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -308,9 +308,9 @@ Example::

# the initial value is not changed, so you can define the Debug prototype anywhere in your Fusion code

.. _Neos_Fusion__DebugConsole:
.. _Neos_Fusion__Debug_Console:

Neos.Fusion:DebugConsole
Neos.Fusion:Debug.Console
-----------------

Wraps the given value with a script tag to print it to the browser console.
Expand Down

0 comments on commit 5f55371

Please sign in to comment.