How to re-arrange Meta Description inside catalog/families menu
-
How to re-arrange Meta Description inside catalog/families menu or change accordian name and position, where is main source file. because this is not editable from admin side ui.
-
Hi @kuldeep2021,
This can only be done from the database as these are the system-generated attributes and we have added this in the seeder also.
You just need to go to the
attributes
tables and search for your attribute and just turned the column i.e.is_user_defined
to 1.Done