Skip to content

Commit 4237c54

Browse files
feature: option to enable/disable inheritance of dataobject values
1 parent 48dbe64 commit 4237c54

File tree

9 files changed

+6504
-4615
lines changed

9 files changed

+6504
-4615
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,13 @@ basilicom_path_formatter:
105105
106106
## Additional features
107107
108+
### Toggle inherited values in DataObjects
109+
Inherited values from DataObjects will be used by default. In order to avoid this, just disable the configuration:
110+
```
111+
basilicom_path_formatter:
112+
enable_inheritance: true|false # default true
113+
```
114+
108115
### Showing images
109116
As soon as you reference a property in the pattern, which is a ``Pimcore\ModelAsset\Image``, it will be rendered as small preview in the relation-list.
110117
This feature can be disabled by setting the value of ``enable_asset_preview`` to ``false``.

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
}
2727
},
2828
"require": {
29-
"php": ">=7.3",
30-
"pimcore/pimcore": ">=6.0 <7.0"
29+
"php": ">=8.1",
30+
"pimcore/pimcore": ">=11"
3131
},
3232
"suggest": {},
3333
"require-dev": {

0 commit comments

Comments
 (0)