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;








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>









share|improve this question




























    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>









    share|improve this question
























      0












      0








      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>









      share|improve this question














      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






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked yesterday









      Asif hhhAsif hhh

      166110




      166110




















          1 Answer
          1






          active

          oldest

          votes


















          0














          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()






          share|improve this answer

























            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
            );



            );













            draft saved

            draft discarded


















            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









            0














            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()






            share|improve this answer





























              0














              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()






              share|improve this answer



























                0












                0








                0







                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()






                share|improve this answer















                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()







                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited 14 hours ago









                Magento_Bhurio

                435112




                435112










                answered 14 hours ago









                Asif hhhAsif hhh

                166110




                166110



























                    draft saved

                    draft discarded
















































                    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.




                    draft saved


                    draft discarded














                    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





















































                    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







                    Popular posts from this blog

                    Category:9 (number) SubcategoriesMedia in category "9 (number)"Navigation menuUpload mediaGND ID: 4485639-8Library of Congress authority ID: sh85091979ReasonatorScholiaStatistics

                    Circuit construction for execution of conditional statements using least significant bitHow are two different registers being used as “control”?How exactly is the stated composite state of the two registers being produced using the $R_zz$ controlled rotations?Efficiently performing controlled rotations in HHLWould this quantum algorithm implementation work?How to prepare a superposed states of odd integers from $1$ to $sqrtN$?Why is this implementation of the order finding algorithm not working?Circuit construction for Hamiltonian simulationHow can I invert the least significant bit of a certain term of a superposed state?Implementing an oracleImplementing a controlled sum operation

                    Magento 2 “No Payment Methods” in Admin New OrderHow to integrate Paypal Express Checkout with the Magento APIMagento 1.5 - Sales > Order > edit order and shipping methods disappearAuto Invoice Check/Money Order Payment methodAdd more simple payment methods?Shipping methods not showingWhat should I do to change payment methods if changing the configuration has no effects?1.9 - No Payment Methods showing upMy Payment Methods not Showing for downloadable/virtual product when checkout?Magento2 API to access internal payment methodHow to call an existing payment methods in the registration form?