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

                    Grendel Contents Story Scholarship Depictions Notes References Navigation menu10.1093/notesj/gjn112Berserkeree

                    Log in Navigation menu

                    Invalid response line returned from server: HTTP/2 401 | ErrorPlease Please Help With Error 500 Internal Server Error after upgrading from 1.7 to 1.9Unable to place new customer orders in admin backendMagento - For “Manage Categories” Forbidden You do not have permission to access this documentHTTP ERROR 500 when using require(_once) app/Mage.phpMemcached causing Web Setup Wizard ErrorCould not create an acl object: Invalid XMLAn error occurred on the server. Please try to place the order againInvalid response line returned from server: HTTP/2 200 - message after update to 2.1.7Magento-CE 2.3.0 installation error on XamppMagento 2.2.6- After Migration all default Payment Methods are not working fine