File tree Expand file tree Collapse file tree 8 files changed +39
-4
lines changed
Resources/Private/Fusion/Backend Expand file tree Collapse file tree 8 files changed +39
-4
lines changed Original file line number Diff line number Diff line change 8
8
* source code.
9
9
*/
10
10
11
+ include: resource://Neos.Fusion/Private/Fusion/Root.fusion
12
+
13
+ include: ./Component/**/*.fusion
14
+
11
15
#
12
16
# The Base component for Neos UI Applications
13
17
#
Original file line number Diff line number Diff line change 8
8
* source code.
9
9
*/
10
10
11
+ include: resource://Neos.Fusion/Private/Fusion/Root.fusion
12
+
11
13
/** @internal */
12
14
prototype(Neos.Neos.Ui:Component.HeadIcons) < prototype(Neos.Fusion:Join) {
13
15
appleTouchIcon = Neos.Fusion:Tag {
Original file line number Diff line number Diff line change 8
8
* source code.
9
9
*/
10
10
11
+ include: resource://Neos.Fusion/Private/Fusion/Root.fusion
12
+
11
13
/** @internal */
12
14
prototype(Neos.Neos.Ui:Component.HeadStylesheets) < prototype(Neos.Fusion:Value) {
13
15
value = ${headStylesheets}
Original file line number Diff line number Diff line change 8
8
* source code.
9
9
*/
10
10
11
+ include: ../../Prototypes/RenderConfiguration.fusion
12
+
11
13
/** @internal */
12
14
prototype(Neos.Neos.Ui:Component.InitialData) < prototype(Neos.Fusion:DataStructure) {
13
15
configuration = Neos.Fusion:DataStructure {
Original file line number Diff line number Diff line change
1
+ /*
2
+ * This file is part of the Neos.Neos.Ui package.
3
+ *
4
+ * (c) Contributors of the Neos Project - www.neos.io
5
+ *
6
+ * This package is Open Source Software. For the full copyright and license
7
+ * information, please view the LICENSE file which was distributed with this
8
+ * source code.
9
+ */
10
+
11
+ include: resource://Neos.Fusion/Private/Fusion/Root.fusion
12
+
13
+ /** @internal */
1
14
prototype(Neos.Neos.Ui:Component.ModuleMenu) < prototype(Neos.Fusion:Map) {
2
15
items = ${modulesForMenu}
3
16
itemName = 'module'
Original file line number Diff line number Diff line change 8
8
* source code.
9
9
*/
10
10
11
+ include: resource://Neos.Fusion/Private/Fusion/Root.fusion
12
+
11
13
/** @internal */
12
14
prototype(Neos.Neos.Ui:Component.Scripts) < prototype(Neos.Fusion:Value) {
13
15
value = ${scripts}
Original file line number Diff line number Diff line change 8
8
* source code.
9
9
*/
10
10
11
+ include: resource://Neos.Fusion/Private/Fusion/Root.fusion
12
+
11
13
#
12
14
# The SplashScreen is shown during initialization of the Neos UI
13
15
#
Original file line number Diff line number Diff line change 1
- include: resource://Neos.Fusion/Private/Fusion/Root.fusion
2
- include: resource://Neos.Neos/Private/Fusion/Prototypes/NodeUri.fusion
3
- include: resource://Neos.Neos.Ui/Private/Fusion/Prototypes/RenderConfiguration.fusion
4
- include: resource://Neos.Neos.Ui/Private/Fusion/Backend/Component/**/*.fusion
1
+ /*
2
+ * This file is part of the Neos.Neos.Ui package.
3
+ *
4
+ * (c) Contributors of the Neos Project - www.neos.io
5
+ *
6
+ * This package is Open Source Software. For the full copyright and license
7
+ * information, please view the LICENSE file which was distributed with this
8
+ * source code.
9
+ */
5
10
6
11
include: ./Application.fusion
7
12
13
+ #
14
+ # Neos UI (Content Module) entry point
15
+ #
8
16
backend = Neos.Neos.Ui:Application {
9
17
title = 'Neos CMS'
10
18
}
You can’t perform that action at this time.
0 commit comments