Skip to content

Commit 45cc82c

Browse files
authored
Add Immutable flag description to flags reference
1 parent d7dfac7 commit 45cc82c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

resources/references/core-reference/dal-reference/flags-reference.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,5 @@ nav:
2626
| SetNullOnDelete | In case the referenced association data will be deleted, the related data will be set to null and an Written event will be thrown |
2727
| Since | The "Since" flag defines since which Shopware version the field is available. |
2828
| WriteProtected | By setting the "WriteProtected" flag, write access via API can be restricted. This flag is mostly used to protect indexed data from direct writing via API. |
29+
| Immutable | By setting the "Immutable" flag, it indicates that the field is write-once and then read-only |
30+

0 commit comments

Comments
 (0)