We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37be25b commit b7ab078Copy full SHA for b7ab078
1 file changed
README.md
@@ -1,5 +1,6 @@
1
# Structured Inline Editing for Neos CMS
2
3
+Allows to reuse inspector editors inline. Hint: put all content-related properties inline and leave only metadata properties in the inspector.
4
5

6
@@ -39,3 +40,5 @@ prototype(Some.Node:Type) < prototype(Neos.Fusion:Array) {
39
40
@process.contentElementWrapping = ContentElementWrapping
41
}
42
```
43
+
44
+**The concept behind this package will be merged back into the core once it matures, for now let's try it out in practice!**
0 commit comments