List of Extensions
The complete list of extensions can be found on the page: List of Extensions.
Adding Extensions
For official NEOS extensions, installation guides are explained on the documentation page of each extension.
Regarding other code additions, in XML themes, there are two specific sections provided for adding code: head_extensions and body_extensions.
head_extensions head_extensions is the place for adding code located within the head. For integration instructions that you find from other website, you will often find tutorials instructing to place code between
body_extensions body_extensions is the place for adding code located before the closing body tag. For integration instructions you find from other website, you will often find tutorials instructing to place code before the
Regarding other code additions, in XML themes, there are two specific sections provided for adding code: head_extensions and body_extensions.
head_extensions head_extensions is the place for adding code located within the head. For integration instructions that you find from other website, you will often find tutorials instructing to place code between
<head> and </head>.
For such instructions, place the code inside head_extensions - (View).
body_extensions body_extensions is the place for adding code located before the closing body tag. For integration instructions you find from other website, you will often find tutorials instructing to place code before the
</body> tag.
For such instructions, place the code inside body_extensions - (View).