-
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 #5 from riha112/1392-3
#1392 Added missing XML files
- Loading branch information
Showing
4 changed files
with
46 additions
and
6 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
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 |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
/** | ||
* @category ScandiPWA | ||
* @package ScandiPWA\Customization | ||
* @author Rihards Abolins <[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) | ||
*/ | ||
--> | ||
<form xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Ui:etc/ui_configuration.xsd"> | ||
<fieldset name="other_settings" sortOrder="30"> | ||
<fieldset name="head"> | ||
<field name="head_shortcut_icon" formElement="imageUploader"> | ||
<settings> | ||
<notice translate="true">File should be called "favicon"!</notice> | ||
<label translate="true">Favicon Icon</label> | ||
<componentType>imageUploader</componentType> | ||
</settings> | ||
<formElements> | ||
<imageUploader> | ||
<settings> | ||
<allowedExtensions>png</allowedExtensions> | ||
<maxFileSize>2097152</maxFileSize> | ||
<uploaderConfig> | ||
<param xsi:type="string" name="url">theme/design_config_fileUploader/save</param> | ||
</uploaderConfig> | ||
</settings> | ||
</imageUploader> | ||
</formElements> | ||
</field> | ||
</fieldset> | ||
</fieldset> | ||
</form> |