How to use the Exclusions (components)
You can choose to exclude the Table Of Contents CK method from any component rendering by entering the component identifier like that :
Articles = com_content
Contact = com_contact
And so on. If you want to know what identifier to use for a custom extension, just look at the url in your browser :
You can see option=com_content, this is the way to fin dit. Here is the url for the articles edition.
If you are in front and the component has no admin interface, you must disable the SEF in your website configuration to see the url with the parameters.
If you want to exclude more than one extension, you can list them separated with a coma :
How to use the excluded classes
Table Of Contents CK automatically creates a table based on headings in the content. But sometimes you can have some headings that you want to exclude from the table. For example this can be the case with some accordions that you don’t want to be listed in the table.
You can add some css classes separated by a coma to list all the headings with that classes that will not be added in the table. This means that the headings shall have a css class to be identified.
News