title:
page: 'Recover'
mail:
- subject: 'Welcome back %%recipient_name%% to %%head.site%%'
+ subject: 'Welcome back %%recipient_name%% to %%title.site%%'
html: '@RapsysBlog/mail/recover.html.twig'
text: '@RapsysBlog/mail/recover.text.twig'
context:
title:
page: 'Register'
mail:
- subject: 'Welcome %%recipient_name%% to %%head.site%%'
+ subject: 'Welcome %%recipient_name%% to %%title.site%%'
html: '@RapsysBlog/mail/register.html.twig'
text: '@RapsysBlog/mail/register.text.twig'
context:
#arguments: [ '@service_container', '@router', '%kernel.project_dir%/var/cache', '%rapsyspack.path%', 'facebook', '%rapsysblog.path%/png/facebook.png', { irishgrover: '%rapsysblog.path%/ttf/irishgrover.v10.ttf', labelleaurore: '%rapsysblog.path%/ttf/labelleaurore.v10.ttf', dejavusans: '%rapsysblog.path%/ttf/dejavusans.2.37.ttf', droidsans: '%rapsysblog.path%/ttf/droidsans.regular.ttf' } ]
public: true
#Register contact form type
- Rapsys\BlogBundle\Form\ContactType:
- arguments: [ '@rapsyspack.image_util', '@rapsyspack.slugger_util', '@translator' ]
+ Rapsys\PackBundle\Form\ContactType:
+ arguments: [ '@rapsyspack.image_util', '@rapsyspack.slugger_util', '@translator', true ]
tags: [ 'form.type' ]
# Twig configuration