(pl) disable workshops route in Polish, za mało mocy przerobowych…

This commit is contained in:
Andrea Vos 2025-04-12 17:23:20 +02:00
parent 366d2deaa8
commit 87a05ea818
2 changed files with 19 additions and 19 deletions

View File

@ -3290,7 +3290,7 @@ contact:
route: 'kolektyw-rjn'
workshops:
enabled: true
enabled: false
route: 'szkolenia'
email: 'szkolenia@zaimki.pl'

View File

@ -37,24 +37,24 @@ export const adsInternal: Ad[] = [
display: 'd-block d-lg-none',
alt: SHOP_DESC,
},
{
enabled: true,
locale: 'pl',
image: 'workshops-pl.png',
placeholders: ['content-0'],
link: WORKSHOPS_PL_LINK,
display: 'd-none d-md-block',
alt: WORKSHOPS_PL_DESC,
},
{
enabled: true,
locale: 'pl',
image: 'workshops-pl-mobile.png',
placeholders: ['content-mobile-0'],
link: WORKSHOPS_PL_LINK,
display: 'd-block d-md-none',
alt: WORKSHOPS_PL_DESC,
},
// {
// enabled: true,
// locale: 'pl',
// image: 'workshops-pl.png',
// placeholders: ['content-0'],
// link: WORKSHOPS_PL_LINK,
// display: 'd-none d-md-block',
// alt: WORKSHOPS_PL_DESC,
// },
// {
// enabled: true,
// locale: 'pl',
// image: 'workshops-pl-mobile.png',
// placeholders: ['content-mobile-0'],
// link: WORKSHOPS_PL_LINK,
// display: 'd-block d-md-none',
// alt: WORKSHOPS_PL_DESC,
// },
{
enabled: false,
locale: 'en',