Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6c86850

Browse files
authored
fix identifier description in helperOptions
1 parent 16c24bb commit 6c86850

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

development/components/helpers/helperoptions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ $this->fields_options = [
3636
'autoload_rte' => 'true' // Display a TinyMCE editor for textarea field only
3737
'suffix' => 'kg', // Display after the field (ie. currency).
3838
// For text fields or password fields only.
39-
'identifier' => 'id_carrier', // The unique ID for the form.
39+
'identifier' => 'id_carrier', // The column name of the id in list rows.
4040
'list' => [list do display as options], // For select field only.
4141
'empty_message' => $this->module->l('Display if list is empty'), // For select field only
4242
'cols' => 40, // For textarea fields only.

0 commit comments

Comments
 (0)