Skip to content

Commit

Permalink
#68 add help info below options field pertaining to numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
creecros committed Apr 19, 2021
1 parent 960253e commit 7d0fa25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Template/config/edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<?= $this->form->text('options', $values, $errors) ?>
<p><?= e('Example: <code>value1,value2,value3</code> for list types. For Key-value from DB: <code>tablename,keycolumn,valuecolumn</code>.') ?></p>
<p><?= e('Example: For Column from DB, based on equals Criteria: <code>tablename,criteria_column,criteria,value_column</code>.') ?></p>
<p><?= e('Example: For Numbers, anything in the Options field will show up before the value, for instance, to add a dollar sign before the number.') ?></p>

<?= $this->form->label(t('Column'), 'column_number') ?>
<?= $this->form->select('column_number', [
Expand Down
1 change: 1 addition & 0 deletions Template/config/metadata_types.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
<?= $this->form->text('options', $values, $errors) ?>
<p><?= e('Example: <code>value1,value2,value3</code> for list types. For Key-value from DB: <code>tablename,keycolumn,valuecolumn</code>.') ?></p>
<p><?= e('Example: For Column from DB, based on equals Criteria: <code>tablename,criteria_column,criteria,value_column</code>.') ?></p>
<p><?= e('Example: For Numbers, anything in the Options field will show up before the value, for instance, to add a dollar sign before the number.') ?></p>

<?= $this->form->label(t('Column'), 'column_number') ?>
<?= $this->form->select('column_number', [
Expand Down

0 comments on commit 7d0fa25

Please sign in to comment.