Skip to content

Commit

Permalink
Merge pull request #99 from openstad/feature/editable-email-send-message
Browse files Browse the repository at this point in the history
feature/editable-email-send-message the html in admin
  • Loading branch information
rudivanhierden authored Mar 12, 2024
2 parents 1603865 + d48dc0f commit e1cd60f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions config/auth.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,26 @@ let types = [
},
]
},
{
key: 'EmailSend',
label: 'E-mail verstuurd bericht',
isAuthMethod: true,
fields: [
{
label: 'E-mail verstuurd header',
key: 'title',
default: 'E-mail verstuurd',
type: 'text'
},
{
label: 'E-mail Template ',
info: ' <button class="btn btn-secondary" data-target="#loginModal" data-toggle="modal" type="button">More info on the E-mail Template</button>',
key: 'template',
default: 'Bekijk je Postvak IN om in te loggen. Het kan enkele minuten duren voor de e-mail verschijnt. Geen e-mail gekregen na het versturen van de link? Kijk dan in je ongewenste e-mail (spam) of probeer het opnieuw. Lukt het alsnog niet? Neem contact met ons op.',
type: 'textarea'
},
]
},

];

Expand Down

1 comment on commit e1cd60f

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Published new image: openstad/admin:development-e1cd60f

Please sign in to comment.