Skip to content

Commit 3d8ad0e

Browse files
authored
Merge branch '5.3-dev' into ghactions
2 parents 0c1e088 + 61f4c77 commit 3d8ad0e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

administrator/components/com_modules/forms/module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
label="COM_MODULES_FIELD_CONTENT_LABEL"
114114
buttons="true"
115115
filter="\Joomla\CMS\Component\ComponentHelper::filterText"
116-
hide="readmore,pagebreak,module"
116+
hide="readmore,pagebreak,module,fields"
117117
/>
118118

119119
<field

components/com_config/forms/modules.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
label="COM_MODULES_FIELD_CONTENT_LABEL"
119119
buttons="true"
120120
filter="\Joomla\CMS\Component\ComponentHelper::filterText"
121-
hide="readmore,pagebreak"
121+
hide="readmore,pagebreak,module,fields"
122122
/>
123123

124124
<field

0 commit comments

Comments
 (0)