Skip to content

Commit

Permalink
TASK: Update references [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins committed Jan 4, 2024
1 parent 59dc3d1 commit 4260bec
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ Arguments
*********

* ``identifier`` (string): Identifier for the Cache that will be injected.

Example: Neos_Fusion_Content


Expand All @@ -315,16 +315,16 @@ Arguments

* ``path`` (string|null): Path of a configuration which should be injected into the property.
Can be specified as anonymous argument: InjectConfiguration("some.path")

For type "Settings" this refers to the relative path (excluding the package key)

Example: session.name

* ``package`` (string|null): Defines the package key to be used for retrieving settings. If no package key is specified, we'll assume the
package to be the same which contains the class where the InjectConfiguration annotation is used.

Note: This property is only supported for type "Settings"

Example: Neos.Flow

* ``type`` (string one of the ConfigurationManager::CONFIGURATION_TYPE_* constants): Type of Configuration (defaults to "Settings").
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ Arguments
^^^^^^^^^

``--cache-identifier``




Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2167,9 +2167,9 @@ Examples
Header
<f:renderChildren arguments="{foo: 'bar'}" />
Footer

<-- in the outer template, using the widget -->

<x:widget.someWidget>
Foo: {foo}
</x:widget.someWidget>
Expand Down

0 comments on commit 4260bec

Please sign in to comment.