You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> **Hint:** Components are namespaced, defaulting to "Component". The component name "Vendor.Site:Headline" thus will be evaluated as "Vendor.Site:Component.Headline".
35
+
> Arbitrary other namespaces, including nested, are supported, like "Vendor.Site:MyNamespace.Headline" or "Vendor.Site:My.Namespace.Headline".
36
+
34
37
### What files are being created?
35
38
36
39
#### HeadlineLook.php
@@ -46,7 +49,7 @@ This is the central pseudo-enum class. It consists of:
@@ -164,7 +167,7 @@ use Neos\Flow\Annotations as Flow;
164
167
use Neos\Flow\I18n\Translator;
165
168
use Neos\Neos\Service\DataSource\AbstractDataSource;
166
169
use Neos\Eel\ProtectedContextAwareInterface;
167
-
use Vendor\Site\Presentation\Headline\HeadlineLook;
170
+
use Vendor\Site\Presentation\Component\Headline\HeadlineLook;
168
171
169
172
class HeadlineLookProvider extends AbstractDataSource implements ProtectedContextAwareInterface
170
173
{
@@ -239,13 +242,15 @@ For type names, the following rules apply:
239
242
> **Hint:** It is recommended to create all required values and sub-components beforehand, so the kickstarter can find and create proper `use`-statements for them.
> **Hint:** Components are namespaced, defaulting to "Component". The component name "Vendor.Site:Headline" thus will be evaluated as "Vendor.Site:Component.Headline".
252
+
> Arbitrary other namespaces, including nested, are supported, like "Vendor.Site:MyNamespace.Headline" or "Vendor.Site:My.Namespace.Headline".
253
+
249
254
### What files are being created?
250
255
251
256
#### Headline.fusion
@@ -283,7 +288,7 @@ This is the PHP interface of the PresentationObject. It consists of a getter for
0 commit comments