How to use the selector.headline6 function in selector

To help you get started, we’ve selected a few selector examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github rukzuk / rukzuk / app / sets / rukzuk / rz_core / modules / rz_selector_elements / assets / notlive / selectors.js View on Github external
title: i18n['selector.headline1'],
                selector: ' h1'
            },{
                title: i18n['selector.headline2'],
                selector: ' h2'
            },{
                title: i18n['selector.headline3'],
                selector: ' h3'
            },{
                title: i18n['selector.headline4'],
                selector: ' h4'
            },{
                title: i18n['selector.headline5'],
                selector: ' h5'
            },{
                title: i18n['selector.headline6'],
                selector: ' h6'
            }]
        }];

        return globalSel;
    };