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

                    Get product attribute by attribute group code in magento 2get product attribute by product attribute group in magento 2Magento 2 Log Bundle Product Data in List Page?How to get all product attribute of a attribute group of Default attribute set?Magento 2.1 Create a filter in the product grid by new attributeMagento 2 : Get Product Attribute values By GroupMagento 2 How to get all existing values for one attributeMagento 2 get custom attribute of a single product inside a pluginMagento 2.3 How to get all the Multi Source Inventory (MSI) locations collection in custom module?Magento2: how to develop rest API to get new productsGet product attribute by attribute group code ( [attribute_group_code] ) in magento 2

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

                    Magento 2.3: How do i solve this, Not registered handle, on custom form?How can i rewrite TierPrice Block in Magento2magento 2 captcha not rendering if I override layout xmlmain.CRITICAL: Plugin class doesn't existMagento 2 : Problem while adding custom button order view page?Magento 2.2.5: Overriding Admin Controller sales/orderMagento 2.2.5: Add, Update and Delete existing products Custom OptionsMagento 2.3 : File Upload issue in UI Component FormMagento2 Not registered handleHow to configured Form Builder Js in my custom magento 2.3.0 module?Magento 2.3. How to create image upload field in an admin form