Skip to content

Commit eb6efd8

Browse files
committed
TASK: Adjust documentation
1 parent fe50314 commit eb6efd8

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,18 @@ Yeebase:
1717
Fusion:
1818
ContentCacheDebug:
1919
enabled: true
20+
21+
```
22+
23+
Now the package is active and will render some metadata in your html output if the current user
24+
inherits the role `Yeebase.Fusion.ContentCacheDebug:Debugger`. Only user with this role will be able to see the debug information.
25+
26+
To get the debugger running you now need to include some javascript and css to acutally be able to render the output. For Neos we already adjusted the `Neos.Neos.Page` prototype. Include this in your Root.fusion of your site package:
27+
```
28+
include: resource://Yeebase.Fusion.ContentCacheDebug/Private/Fusion/Root.fusion
2029
```
2130

22-
Once the package is activated it will render some meta data into the html output if the current user inherits the role `Yeebase.Fusion.ContentCacheDebug:Debugger`. So make sure that
23-
this role is applied as well.
31+
If you're running a fusion standalone app check that code and include it the js and css files to your page.
2432

2533
## Usage
2634
To enable the cache visualization open your browsers developer console and execute

0 commit comments

Comments
 (0)