mod.web_list {
    tableDisplayOrder {
        tx_products_domain_model_productgroup {
            before = tx_products_domain_model_product
        }
        tx_products_domain_model_propertygroup {
            after = tx_products_domain_model_product
        }
        tx_products_domain_model_faq {
            after = tx_products_domain_model_propertygroup
        }
        tx_products_domain_model_location {
            after = tx_products_domain_model_propertygroup
        }
    }
    table {
        tx_products_domain_model_productclass {
            hideTable = 1
        }
        tx_products_domain_model_property {
            hideTable = 1
        }
        tx_products_domain_model_product {
            hideTable = 1
        }
    }
}