Skip to content

Commit

Permalink
[FEATURE] Ajouter un 2eme lien dans les sous-bloc de la slice Multipl…
Browse files Browse the repository at this point in the history
…eBlocs (PIX-16162).

 #740
  • Loading branch information
pix-service-auto-merge authored Jan 31, 2025
2 parents e28c65b + 60a4cd0 commit 1137a36
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions shared/components/slices/MultipleBlock.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,19 @@
➔ {{ item.item_link_label }}
</nuxt-link>
</template>
<template v-if="item.item_link2_url && item.item_link2_label">
<br />
<cta-button
v-if="item.item_link2_style"
:link="item.item_link2_url"
:name="item.item_link2_label"
is-small
class="process-wrapper-item-content__button"
/>
<nuxt-link v-else :to="item.item_link2_url" class="process-wrapper-item-content__link">
&#10132;&nbsp;{{ item.item_link2_label }}
</nuxt-link>
</template>
</div>
</div>
</div>
Expand Down

0 comments on commit 1137a36

Please sign in to comment.