Skip to content

Commit

Permalink
tooltip (mautic#13493)
Browse files Browse the repository at this point in the history
Co-authored-by: John Linhart <admin@escope.cz>
andersonjeccel and escopecz authored Mar 6, 2024
1 parent 2ba9a61 commit 67de6bb
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -112,6 +112,7 @@ public function buildForm(FormBuilderInterface $builder, array $options): void
'attr' => [
'class' => 'form-control',
'onchange' => 'Mautic.focusUpdatePreview()',
'tooltip' => 'mautic.focus.form.placement.help',
],
'required' => false,
'placeholder' => false,
1 change: 1 addition & 0 deletions plugins/MauticFocusBundle/Translations/en_US/messages.ini
Original file line number Diff line number Diff line change
@@ -45,6 +45,7 @@ mautic.focus.form.placement.middle = "Middle"
mautic.focus.form.placement.top_left = "Top Left"
mautic.focus.form.placement.top_right = "Top Right"
mautic.focus.form.placement.top = "Top"
mautic.focus.form.placement.help = "Enable sticky to fix the bar at the viewport’s bottom or disable it to place it at the page’s end."
mautic.focus.form.placement = "Placement"
mautic.focus.form.primary_color = "Primary color"
mautic.focus.form.style = "What style should be used?"

0 comments on commit 67de6bb

Please sign in to comment.