Download the PHP package belsignum/rte_ckeditor_microdata without Composer
On this page you can find all versions of the php package belsignum/rte_ckeditor_microdata. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download belsignum/rte_ckeditor_microdata
More information about belsignum/rte_ckeditor_microdata
Files in belsignum/rte_ckeditor_microdata
Package rte_ckeditor_microdata
Short Description FAQ Microdata support in CKEditor for Typo3
License GPL-2.0+
Homepage https://www.belsignum.com
Informations about the package rte_ckeditor_microdata
Microdata support for CKEditor for TYPO3
This extension adds a Microdata Implementation for TYPO3 to CKEditor.\ Add issues or explore the project on github.
Installation
-
Install the extension
-
Activate the extension in Extension Manager
-
Add a preset for rte_ckeditor or override the default one
-
via custom extension
- via AdditionalConfiguration.php
-
-
Add custom RTE config
yaml
EXT:my_ext/Configuration/RTE/Default.yaml
or:
fileadmin/Template/Configuration/RTE/Default.yaml
imports:
Import the microdata plugin configuration
- { resource: "EXT:rte_ckeditor_microdata/Configuration/RTE/Plugin.yaml" }
editor:
config:
allow div and headers width attributes
extraAllowedContent: > divitemprop, itemscope, itemtype; h1[itemprop]; h2[itemprop]; h3[itemprop]; h4[itemprop]; h5[itemprop]; h6[itemprop];
- { resource: "EXT:rte_ckeditor_microdata/Configuration/RTE/Plugin.yaml" }
editor:
config:
Usage
-
Edit page properties goto Metadata tab and select type of web page
-
Edit a content element with a RTE text field and hit the "Insert Microdata" button
-
Add your question and your answer. This will add a schema.org HTML structure pattern. You can modify it with RTE but keep the main structure
- Test your site on Google rich search results
To fix
Add further implementations! Currently only the FAQ microdata is supported