Commit 5e39304 1 parent beb04cc commit 5e39304 Copy full SHA for 5e39304
File tree 1 file changed +7
-15
lines changed
1 file changed +7
-15
lines changed Original file line number Diff line number Diff line change @@ -382,7 +382,7 @@ from within a block.
382
382
383
383
.. note ::
384
384
385
- Because the ``& `` character needs to be escaped inside of XML files, you have to use ``AND `` instead of ``&& ``
385
+ Because the ``& `` character needs to be escaped inside of XML files, you have to use ``AND `` instead of ``&& ``
386
386
if you want to connect conditions using a logical and. Additionally, you can use ``OR `` instead of ``|| ``.
387
387
388
388
Language Independent Properties
@@ -942,23 +942,15 @@ node and the ``ref`` attribute:
942
942
<block name =" blocks" default-type =" text_block" minOccurs =" 0" >
943
943
<types >
944
944
<type ref =" text_block" />
945
- <type name =" editor" >
946
- <meta >
947
- <title lang =" en" >Editor</title >
948
- <title lang =" de" >Editor</title >
949
- </meta >
950
- <properties >
951
- <property name =" text_editor" type =" text_editor" >
952
- <meta >
953
- <title lang =" en" >Text Editor</title >
954
- <title lang =" de" >Texteditor</title >
955
- </meta >
956
- </property >
957
- </properties >
958
- </type >
959
945
</types >
960
946
</block >
961
947
948
+ .. note ::
949
+
950
+ Mixing global and local block types is supported, but it is recommended to keep your block type names unique
951
+ to avoid confusion. This approach also simplifies the transition to global blocks in the future, eliminating the need
952
+ for data migrations.
953
+
962
954
Caching
963
955
-------
964
956
You can’t perform that action at this time.
0 commit comments