passing custom paper-button class

This commit is contained in:
Antoine M 2024-01-17 16:40:57 +01:00
parent e390cacf41
commit 40b6ea19e1

View File

@ -98,6 +98,7 @@ $total_posts_found = $brochuresPosts->found_posts + $fichesInfosPosts->found_pos
"title" => $receivePrintedPublicationsDatas['cta_title'] ?? null, "title" => $receivePrintedPublicationsDatas['cta_title'] ?? null,
"url" => $receivePrintedPublicationsDatas['cta_document']['url'] ?? null, "url" => $receivePrintedPublicationsDatas['cta_document']['url'] ?? null,
"target" => "_blank", "target" => "_blank",
"custom-class" => "paper-button",
), ),
)); ));
?> ?>