passing custom paper-button class
This commit is contained in:
parent
e390cacf41
commit
40b6ea19e1
|
|
@ -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",
|
||||||
),
|
),
|
||||||
));
|
));
|
||||||
?>
|
?>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user