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
* Note custom field first code
* added sql and updated year in language files
* Remvoed unnecessary descriptions and cleaned up xml
* Update administrator/language/en-GB/plg_fields_note.ini
* Update plugins/fields/note/services/provider.php
* moved update sql to own file and undid changes to existing sql
* removed unused default option
* updated SQL install and update.
* added plg_fields_note in right alphabetical order and updated the ordering of the plg_fields to match
* hide unused fields
* I hid required and default_value. Required would give an error when saving article in front-end/ And default_value is ignored.
* added front-end display option & hide more unused settings
* Update note.php
* fix for proper display_frontend check
* filter added to note content and label capitalised.
* added white line between field definitions
* updated label to be fully capitalised
* changed filter type and set editor buttons to false.
* fixed different behaviour in title text between frontend and backend
* Update administrator/components/com_admin/sql/updates/postgresql/6.0.0-2025-03-27.sql
* changed name of sql
* Update 6.0.0-2025-08-16.sql
; (C) 2025 Open Source Matters, Inc. <https://www.joomla.org>
3
+
; License GNU General Public License version 2 or later; see LICENSE.txt
4
+
; Note : All ini files need to be saved as UTF-8
5
+
6
+
PLG_FIELDS_NOTE="Fields - Note"
7
+
PLG_FIELDS_NOTE_LABEL="Note (%s)"
8
+
PLG_FIELDS_NOTE_PARAMS_CLASS_DESC="The class used on the div of the note."
9
+
PLG_FIELDS_NOTE_PARAMS_CLASS_LABEL="Note Class"
10
+
PLG_FIELDS_NOTE_PARAMS_CLOSE_DESC="This field controls the display of an \"x\" to close the note. It takes a value of 'true' (for alerts) or the value for the data-dismiss of the Bootstrap close icon."
11
+
PLG_FIELDS_NOTE_PARAMS_CLOSE_LABEL="Show Close Button"
0 commit comments