-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from teodormoq/feature/cookie-popup
Feature/cookie popup
- Loading branch information
Showing
3 changed files
with
19 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ | |
* @category ScandiPWA | ||
* @package ScandiPWA\Customization | ||
* @author Alfreds Genkins <[email protected]> | ||
* @author Teodor Moquist <[email protected]> | ||
* @copyright Copyright (c) 2015 Scandiweb, Ltd (http://scandiweb.com) | ||
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) | ||
*/ | ||
|
@@ -16,4 +17,4 @@ | |
<include path="ScandiPWA_Customization::system/colors.xml"/> | ||
<include path="ScandiPWA_Customization::system/content.xml"/> | ||
</system> | ||
</config> | ||
</config> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ | |
* @category ScandiPWA | ||
* @package ScandiPWA\Customization | ||
* @author Alfreds Genkins <[email protected]> | ||
* @author Teodor Moquist <[email protected]> | ||
* @copyright Copyright (c) 2015 Scandiweb, Ltd (http://scandiweb.com) | ||
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) | ||
*/ | ||
|
@@ -85,5 +86,19 @@ | |
<source_model>ScandiPWA\Customization\Model\Product\Attribute\Source\VisibleOnFrontend</source_model> | ||
</field> | ||
</group> | ||
|
||
<group id="cookie_content" translate="label" type="text" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1"> | ||
<label>Cookie Popup</label> | ||
|
||
<field id="cookie_text" translate="label" type="textarea" sortOrder="100" showInDefault="1" showInWebsite="1" showInStore="1"> | ||
<label>Cookie Popup Text</label> | ||
<comment>The text there is displayed in the cookie popup.</comment> | ||
</field> | ||
|
||
<field id="cookie_link" translate="label" type="text" sortOrder="100" showInDefault="1" showInWebsite="1" showInStore="1"> | ||
<label>Cookie Popup Read more Link</label> | ||
<comment>The link there is used in the read more for cookie popup.</comment> | ||
</field> | ||
</group> | ||
</section> | ||
</include> | ||
</include> |