Ayke Halder
Ayke Halder
### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe In TYPO3 I'd...
This simplifies the ItemList to only be a point of reference to the actual DiscussionForumPosting objects. See "Summary page": https://developers.google.com/search/docs/advanced/structured-data/carousel?hl=en#summary-page
This simplifies the crawler-linkback-list to only be a point of reference to the actual DiscussionForumPosting objects. See "Summary page": https://developers.google.com/search/docs/advanced/structured-data/carousel?hl=en#summary-page > [It] defines an ItemList, where each ListItem has only...
Without this change the structured data element on every *subpage* declares the *homepage-url* instead of *subpage-url*. See https://developers.google.com/search/docs/advanced/structured-data/sitelinks-searchbox?hl=en#adding-structured-data > 2. Implement the WebSite structured data element **on the homepage** for...
This replaces the position declared as `#123` with the more simple version `123`. The property position may be of type Integer or Text. A value of type Integer, or more...
This enables two use cases: * Handle message content before it is gone. * Make changes to the UI e.g. in case there is no message typing anymore. ```js export...
This enables custom action handlers to make a callback to the default action-handler. ```js export default { name: 'ChatContainer', components: { ChatWindow }, data() { return { messageActions: [ {...
# What this pr does Fixes `Uncaught TYPO3 Exception` when a page with uid `0` is handed to the solr `handlePageUpdate` function. # How to test There are edge cases...
### Description: This PR delays logging of every page view/visit to whatever comes first: - after `load` event is fired - visitor leaves page The PagePerformance metric `time_on_load` is only...
## Summary Submodules are not updated by default on git-checkout or git-merge. So every now and then you must manually update the submodules: See: https://developer.matomo.org/guides/git#cloning-a-repository ```bash git submodule update --init...