Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…page-builder into develop
  • Loading branch information
mage-os-ci committed Jan 3, 2025
2 parents 973aa7f + 1a52ef4 commit 9463582
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 18 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
* Copyright 2020 Adobe
* All Rights Reserved.
*/
-->
<sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
Expand All @@ -12,11 +12,11 @@
<element name="title" type="input" selector="//div[@aria-label='Insert link']//div[contains(@id,'-title') and .='Insert link']"/>
<element name="xButton" type="button" selector="[aria-label='Insert link'] button.mce-close"/>
<element name="urlInput" type="input" selector="//div[@class='tox-dialog']//label[text()='URL']/..//input"/>
<element name="browseMediaGalleryButton" type="button" selector="//div[@class='tox-dialog']//label[text()='URL']//..//button[@aria-label='Browse links']"/>
<element name="browseMediaGalleryButton" type="button" selector="//div[@class='tox-dialog']//label[text()='URL']//..//button[@title='Browse links']"/>
<element name="textToDisplayInput" type="input" selector="//div[@class='tox-dialog']//label[text()='Text to display']/..//input"/>
<element name="titleInput" type="input" selector="//div[@class='tox-dialog']//label[text()='Title']/..//input"/>
<element name="targetInput" type="input" selector="button[title='Open link in...']"/>
<element name="okButton" type="button" selector="//div[@class='tox-dialog']//button[@aria-label='Save']"/>
<element name="okButton" type="button" selector="//div[@class='tox-dialog']//button[@title='Save']"/>
<element name="cancelButton" type="button" selector="//div[@aria-label='Insert link']//button//span[.='Cancel']"/>
</section>
</sections>
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
* Copyright 2020 Adobe
* All Rights Reserved.
*/
-->
<sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
Expand Down Expand Up @@ -43,7 +43,7 @@
<element name="specialCharacter" type="button" selector=".tox-tinymce-inline button[aria-label='Special character']"/>
<element name="insertWidget" type="button" selector=".tox-tinymce-inline button[aria-label='Insert Widget']"/>
<element name="insertVariable" type="button" selector=".tox-tinymce-inline button[aria-label='Insert Variable']"/>
<element name="imageSelectorBrowse" type="button" selector="button[aria-label='Browse files']"/>
<element name="imageSelectorBrowse" type="button" selector="button[title='Browse files']"/>
<element name="imageSelectorOk" type="button" selector="//div[contains(@aria-label, 'Insert/edit image')]//span[contains(@class, 'mce-txt')][text()='Ok']"/>
<element name="formatOption" type="text" parameterized="true" selector="div[title='{{label}}']"/>
<element name="HeadSelector" type="text" selector="div[title='Headings']"/>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
* Copyright 2021 Adobe
* All Rights Reserved.
*/
-->
<sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
<section name="TinyMCESection">
<element name="Style" type="button" selector="button[aria-label='Format Paragraph']"/>
<element name="Style" type="button" selector="button[title='Format Paragraph']"/>
</section>
</sections>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// /**
// * Copyright © Magento, Inc. All rights reserved.
// * See COPYING.txt for license details.
// * Copyright 2018 Adobe
// * All Rights Reserved.
// */

//
Expand All @@ -24,12 +24,6 @@
box-sizing: border-box;
width: 100%;

&.no-column-line {
.element-children {
display: flex;
}
}

.drop-placeholder {
background: @color-red-berry;
bottom: 0;
Expand Down

0 comments on commit 9463582

Please sign in to comment.