Skip to content

Commit 56f396e

Browse files
committed
[FIX] Typo in the builder option
closes #14938 Signed-off-by: Brandon Mercier (bram) <[email protected]>
1 parent 0496617 commit 56f396e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/developer/howtos/website_themes/shapes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,12 +277,12 @@ Lastly, add your shape to the list of shapes available on the Website Builder.
277277
278278
<template id="snippet_options_background_options" inherit_id="website.snippet_options_background_options" name="Airproof - Shapes">
279279
<xpath expr="//*[hasclass('o_we_bg_shape_menu')]/header[hasclass('o_pager_nav')]//*[hasclass('o_pager_nav_btn')][last()]" position="after">
280-
<button type="button" class="o_pager_nav_btn p-0 text-uppercase" data-scroll-to="x_wd_scroll_bgshapes_aiproof">
280+
<button type="button" class="o_pager_nav_btn p-0 text-uppercase" data-scroll-to="x_scroll_bgshapes_airproof">
281281
<span class="w-100">Airproof</span>
282282
</button>
283283
</xpath>
284284
<xpath expr="//*[hasclass('o_we_bg_shape_menu')]/div[hasclass('o_pager_container')]" position="inside">
285-
<div class="x_scroll_bgshapes_klingspor">
285+
<div class="x_scroll_bgshapes_airproof">
286286
<we-title>Airproof</we-title>
287287
<we-select-page string="Airproof">
288288
<we-button data-shape="illustration/airproof/01" data-select-label="Airproof 01"/>

0 commit comments

Comments
 (0)