Skip to content

Give warnings in the backend of custom layout update / custom layout configurations are found #10

Open
@peterjaap

Description

@peterjaap
SELECT * FROM catalog_category_entity_varchar WHERE attribute_id = (SELECT attribute_id FROM eav_attribute WHERE entity_type_id = 3 AND attribute_code = 'page_layout') AND value IS NOT NULL;
SELECT * FROM catalog_category_entity_text WHERE attribute_id = (SELECT attribute_id FROM eav_attribute WHERE entity_type_id = 3 AND attribute_code = 'custom_layout_update') AND value IS NOT NULL;
SELECT * FROM catalog_product_entity_varchar WHERE attribute_id = (SELECT attribute_id FROM eav_attribute WHERE entity_type_id = 4 AND attribute_code = 'page_layout') AND value IS NOT NULL;
SELECT * FROM catalog_category_entity_text WHERE attribute_id = (SELECT attribute_id FROM eav_attribute WHERE entity_type_id = 4 AND attribute_code = 'custom_layout_update') AND value IS NOT NULL;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions