You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New language relevant PR in upstream repo: joomla/joomla-cms#42111 Here are the upstream changes:
Click to expand the diff!
diff --git a/administrator/components/com_fields/forms/field.xml b/administrator/components/com_fields/forms/field.xml
index e688ff6eae965..88157e4abbf3e 100644
--- a/administrator/components/com_fields/forms/field.xml+++ b/administrator/components/com_fields/forms/field.xml@@ -342,6 +342,7 @@
name="searchindex"
type="list"
label="COM_FIELDS_FIELD_SEARCHINDEX_LABEL"
+ description="COM_FIELDS_FIELD_SEARCHINDEX_DESC"
default="0"
validate="options"
>
diff --git a/administrator/language/en-GB/com_fields.ini b/administrator/language/en-GB/com_fields.ini
index 0e8ba00000bee..17b2febfe08e9 100644
--- a/administrator/language/en-GB/com_fields.ini+++ b/administrator/language/en-GB/com_fields.ini@@ -58,6 +58,7 @@ COM_FIELDS_FIELD_RENDEROPTIONS_HEADING="Display Options"
COM_FIELDS_FIELD_REQUIRED_LABEL="Required"
COM_FIELDS_FIELD_SAVE_SUCCESS="Field saved"
COM_FIELDS_FIELD_SEARCHINDEX_BOTH="Make searchable and add as taxonomy"
+COM_FIELDS_FIELD_SEARCHINDEX_DESC="Warning: When 'Make searchable' is selected, content from the field is indexed with the viewing permissions of the content item. This might lead to unexpected information disclosure."
COM_FIELDS_FIELD_SEARCHINDEX_DONT="Don't make searchable"
COM_FIELDS_FIELD_SEARCHINDEX_LABEL="Search Index"
COM_FIELDS_FIELD_SEARCHINDEX_SEARCHABLE="Make searchable"
The text was updated successfully, but these errors were encountered:
New language relevant PR in upstream repo: joomla/joomla-cms#42111 Here are the upstream changes:
Click to expand the diff!
The text was updated successfully, but these errors were encountered: