Skip to content

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
stephankellermayr committed Nov 8, 2023
1 parent 81f60d2 commit 5afae5a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 29 deletions.
Binary file modified Documentation/Images/ScreenCapture.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 0 additions & 26 deletions Documentation/Settings.cfg
Expand Up @@ -20,29 +20,3 @@ project_repository = https://github.com/quellenform/t3x-iconpack
project_issues = https://github.com/quellenform/t3x-iconpack/issues

use_opensearch =

[intersphinx_mapping]

t3tsconfig = https://docs.typo3.org/m/typo3/reference-tsconfig/main/en-us/
t3tsref = https://docs.typo3.org/m/typo3/reference-typoscript/master/en-us/
ext_rte_ckeditor = https://docs.typo3.org/c/typo3/cms-rte-ckeditor/main/en-us/


[extlinks]
t3ext = https://extensions.typo3.org/extension/%s | EXT:
bootstrap_package = https://github.com/benjaminkott/bootstrap_package/
t3x-bootstrap-package-iconpack = https://github.com/quellenform/t3x-bootstrap-package-iconpack
t3x-iconpack-bootstrap = https://github.com/quellenform/t3x-iconpack-bootstrap/
t3x-iconpack-boxicons = https://github.com/quellenform/t3x-iconpack-boxicons/
t3x-iconpack-dripicons = https://github.com/quellenform/t3x-iconpack-dripicons/
t3x-iconpack-elegant = https://github.com/quellenform/t3x-iconpack-elegant/
t3x-iconpack-feather = https://github.com/quellenform/t3x-iconpack-feather/
t3x-iconpack-fontawesome = https://github.com/quellenform/t3x-iconpack-fontawesome/
t3x-iconpack-helium = https://github.com/quellenform/t3x-iconpack-helium/
t3x-iconpack-ionicons = https://github.com/quellenform/t3x-iconpack-ionicons/
t3x-iconpack-linea = https://github.com/quellenform/t3x-iconpack-linea/
t3x-iconpack-linearicons = https://github.com/quellenform/t3x-iconpack-linearicons/
t3x-iconpack-lineicons = https://github.com/quellenform/t3x-iconpack-lineicons/
t3x-iconpack-mfg = https://github.com/quellenform/t3x-iconpack-mfg/
t3x-iconpack-octicons = https://github.com/quellenform/t3x-iconpack-octicons/
t3x-iconpack-themify = https://github.com/quellenform/t3x-iconpack-themify/
5 changes: 2 additions & 3 deletions Documentation/Tutorials/Usage.rst
Expand Up @@ -74,12 +74,11 @@ ViewHelper. All that needs to be done is to add the namespace
.. code-block:: html

<html xmlns:i="http://typo3.org/ns/Quellenform/Iconpack/ViewHelpers" data-namespace-typo3-fluid="true">
<i:icon iconfig="{headerIcon}" preferredRenderTypes="svgInline,webfont"/>
<i:icon iconfig="{headerIcon}" preferredRenderTypes="svgInline,webfont" />
</html>

You can also call up a specific icon directly from Fluid:

.. code-block:: html

<i:icon iconfig="fa6:brands,youtube" additionalAttributes="{class:'social'}"
/>
<i:icon iconfig="fa6:brands,youtube" additionalAttributes="{class:'social'}" />

0 comments on commit 5afae5a

Please sign in to comment.