htmlContent not working in Magento 2.3.1 from Magento 2.3.0 Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Magento - 2.3.1 Possible Problems?Magento 2.3.1 installation ErrorMagento 2.3.1 Error on checkout getAdditionalInformation()Issue while generating db_schema file for existing module Magento 2.3.1Magento 2.3.1 is not working in XamppHow to update magento 2.3.0 to 2.3.1 in cloudMagento 2.3.1- Problem with Payment not showing the payment optionsMagento 2 : Error While upgrade 2.3.0 to 2.3.1Problems with button cart, and register in Magento 2.3.1Magento 2.3.1 customer grid sorting issue
How to answer "Have you ever been terminated?"
What causes the vertical darker bands in my photo?
How widely used is the term Treppenwitz? Is it something that most Germans know?
Echoing a tail command produces unexpected output?
When do you get frequent flier miles - when you buy, or when you fly?
Seeking colloquialism for “just because”
In predicate logic, does existential quantification (∃) include universal quantification (∀), i.e. can 'some' imply 'all'?
How do I keep my slimes from escaping their pens?
How to Merge Multiple Columns in to Two Columns based on Column 1 Value?
How to call a function with default parameter through a pointer to function that is the return of another function?
2001: A Space Odyssey's use of the song "Daisy Bell" (Bicycle Built for Two); life imitates art or vice-versa?
Overriding an object in memory with placement new
What LEGO pieces have "real-world" functionality?
How to tell that you are a giant?
What's the meaning of 間時肆拾貳 at a car parking sign
Why is "Consequences inflicted." not a sentence?
Identifying polygons that intersect with another layer using QGIS?
Should I discuss the type of campaign with my players?
How do I stop a creek from eroding my steep embankment?
Why do people hide their license plates in the EU?
Storing hydrofluoric acid before the invention of plastics
3 doors, three guards, one stone
Fundamental Solution of the Pell Equation
English words in a non-english sci-fi novel
htmlContent not working in Magento 2.3.1 from Magento 2.3.0
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
Announcing the arrival of Valued Associate #679: Cesar Manara
Unicorn Meta Zoo #1: Why another podcast?Magento - 2.3.1 Possible Problems?Magento 2.3.1 installation ErrorMagento 2.3.1 Error on checkout getAdditionalInformation()Issue while generating db_schema file for existing module Magento 2.3.1Magento 2.3.1 is not working in XamppHow to update magento 2.3.0 to 2.3.1 in cloudMagento 2.3.1- Problem with Payment not showing the payment optionsMagento 2 : Error While upgrade 2.3.0 to 2.3.1Problems with button cart, and register in Magento 2.3.1Magento 2.3.1 customer grid sorting issue
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
My custom module stopped loading ui_component based admin form of Magento 2.3.1, because of <htmlContent name="gallery">
, however it was working fine in Magento 2.3.0. No logs or reports found to follow the problem, only blank page.
Here is the code, which i remove and form load,
<htmlContent name="gallery" sortOrder="22">
<argument name="data" xsi:type="array">
<item name="wrapper" xsi:type="array">
<item name="label" xsi:type="string" translate="true">Images</item>
<item name="collapsible" xsi:type="boolean">true</item>
<item name="opened" xsi:type="boolean">false</item>
</item>
</argument>
<settings>
<wrapper>
<canShow>true</canShow>
<componentType>fieldset</componentType>
</wrapper>
</settings>
<block name="gallery" class="MagentoCatalogBlockAdminhtmlProductHelperFormGallery">
<block class="ABCCategorybannerBlockAdminhtmlCategorybannerEditTabImages" as="content">
<arguments>
<argument name="config" xsi:type="array">
<item name="parentComponent" xsi:type="string">categorybanner_index_form.categorybanner_index_form.block_gallery.block_gallery</item>
</argument>
</arguments>
</block>
</block>
</htmlContent>
uicomponent magento2.3.1
add a comment |
My custom module stopped loading ui_component based admin form of Magento 2.3.1, because of <htmlContent name="gallery">
, however it was working fine in Magento 2.3.0. No logs or reports found to follow the problem, only blank page.
Here is the code, which i remove and form load,
<htmlContent name="gallery" sortOrder="22">
<argument name="data" xsi:type="array">
<item name="wrapper" xsi:type="array">
<item name="label" xsi:type="string" translate="true">Images</item>
<item name="collapsible" xsi:type="boolean">true</item>
<item name="opened" xsi:type="boolean">false</item>
</item>
</argument>
<settings>
<wrapper>
<canShow>true</canShow>
<componentType>fieldset</componentType>
</wrapper>
</settings>
<block name="gallery" class="MagentoCatalogBlockAdminhtmlProductHelperFormGallery">
<block class="ABCCategorybannerBlockAdminhtmlCategorybannerEditTabImages" as="content">
<arguments>
<argument name="config" xsi:type="array">
<item name="parentComponent" xsi:type="string">categorybanner_index_form.categorybanner_index_form.block_gallery.block_gallery</item>
</argument>
</arguments>
</block>
</block>
</htmlContent>
uicomponent magento2.3.1
add a comment |
My custom module stopped loading ui_component based admin form of Magento 2.3.1, because of <htmlContent name="gallery">
, however it was working fine in Magento 2.3.0. No logs or reports found to follow the problem, only blank page.
Here is the code, which i remove and form load,
<htmlContent name="gallery" sortOrder="22">
<argument name="data" xsi:type="array">
<item name="wrapper" xsi:type="array">
<item name="label" xsi:type="string" translate="true">Images</item>
<item name="collapsible" xsi:type="boolean">true</item>
<item name="opened" xsi:type="boolean">false</item>
</item>
</argument>
<settings>
<wrapper>
<canShow>true</canShow>
<componentType>fieldset</componentType>
</wrapper>
</settings>
<block name="gallery" class="MagentoCatalogBlockAdminhtmlProductHelperFormGallery">
<block class="ABCCategorybannerBlockAdminhtmlCategorybannerEditTabImages" as="content">
<arguments>
<argument name="config" xsi:type="array">
<item name="parentComponent" xsi:type="string">categorybanner_index_form.categorybanner_index_form.block_gallery.block_gallery</item>
</argument>
</arguments>
</block>
</block>
</htmlContent>
uicomponent magento2.3.1
My custom module stopped loading ui_component based admin form of Magento 2.3.1, because of <htmlContent name="gallery">
, however it was working fine in Magento 2.3.0. No logs or reports found to follow the problem, only blank page.
Here is the code, which i remove and form load,
<htmlContent name="gallery" sortOrder="22">
<argument name="data" xsi:type="array">
<item name="wrapper" xsi:type="array">
<item name="label" xsi:type="string" translate="true">Images</item>
<item name="collapsible" xsi:type="boolean">true</item>
<item name="opened" xsi:type="boolean">false</item>
</item>
</argument>
<settings>
<wrapper>
<canShow>true</canShow>
<componentType>fieldset</componentType>
</wrapper>
</settings>
<block name="gallery" class="MagentoCatalogBlockAdminhtmlProductHelperFormGallery">
<block class="ABCCategorybannerBlockAdminhtmlCategorybannerEditTabImages" as="content">
<arguments>
<argument name="config" xsi:type="array">
<item name="parentComponent" xsi:type="string">categorybanner_index_form.categorybanner_index_form.block_gallery.block_gallery</item>
</argument>
</arguments>
</block>
</block>
</htmlContent>
uicomponent magento2.3.1
uicomponent magento2.3.1
asked yesterday
Asif hhhAsif hhh
166110
166110
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Updated in magento version 2.3.1 From Magento 2.3.0
Newly added code in Maegnto 2.3.1 :
"isResizeEnabled": <?= /* @noEscape */ $block->getImageUploadConfigData()->getIsResizeEnabled() ?>
File :
vendor/magento/module-backend/view/adminhtml/templates/media/uploader.phtml
That object was not there earlier versions. $block->getImageUploadConfigData()
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f270069%2fhtmlcontent-not-working-in-magento-2-3-1-from-magento-2-3-0%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Updated in magento version 2.3.1 From Magento 2.3.0
Newly added code in Maegnto 2.3.1 :
"isResizeEnabled": <?= /* @noEscape */ $block->getImageUploadConfigData()->getIsResizeEnabled() ?>
File :
vendor/magento/module-backend/view/adminhtml/templates/media/uploader.phtml
That object was not there earlier versions. $block->getImageUploadConfigData()
add a comment |
Updated in magento version 2.3.1 From Magento 2.3.0
Newly added code in Maegnto 2.3.1 :
"isResizeEnabled": <?= /* @noEscape */ $block->getImageUploadConfigData()->getIsResizeEnabled() ?>
File :
vendor/magento/module-backend/view/adminhtml/templates/media/uploader.phtml
That object was not there earlier versions. $block->getImageUploadConfigData()
add a comment |
Updated in magento version 2.3.1 From Magento 2.3.0
Newly added code in Maegnto 2.3.1 :
"isResizeEnabled": <?= /* @noEscape */ $block->getImageUploadConfigData()->getIsResizeEnabled() ?>
File :
vendor/magento/module-backend/view/adminhtml/templates/media/uploader.phtml
That object was not there earlier versions. $block->getImageUploadConfigData()
Updated in magento version 2.3.1 From Magento 2.3.0
Newly added code in Maegnto 2.3.1 :
"isResizeEnabled": <?= /* @noEscape */ $block->getImageUploadConfigData()->getIsResizeEnabled() ?>
File :
vendor/magento/module-backend/view/adminhtml/templates/media/uploader.phtml
That object was not there earlier versions. $block->getImageUploadConfigData()
edited 14 hours ago
Magento_Bhurio
435112
435112
answered 14 hours ago
Asif hhhAsif hhh
166110
166110
add a comment |
add a comment |
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f270069%2fhtmlcontent-not-working-in-magento-2-3-1-from-magento-2-3-0%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown