How to add htmlContent UI Component in product_form.xml custom attribute product group?
I create a custom product attribute with a custom group like this: $eavSetup->addAttribute( MagentoCatalogModelProduct::ENTITY, ‘trademark’, [ ‘type’ => ‘varchar’, ‘label’ => ‘Trademark’, ‘input’ => ‘text’, ‘source’ => ”, ‘frontend’ => ”, ‘required’ => false, ‘backend’ => ”, ‘sort_order’ => ’75’,… Read More »How to add htmlContent UI Component in product_form.xml custom attribute product group?