(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' route: 'kolektyw-rjn'
workshops: workshops:
enabled: true enabled: false
route: 'szkolenia' route: 'szkolenia'
email: 'szkolenia@zaimki.pl' email: 'szkolenia@zaimki.pl'

View File

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