29 lines
838 B
Markdown
29 lines
838 B
Markdown
|
# Bookmark Pages TYPO3 Extension
|
||
|
|
||
|
This is a TYPO3 extension that provides bookmarks functionality. In case the use from the browsers local storage is
|
||
|
disabled just logged in frontend users can bookmark pages.
|
||
|
|
||
|
The extension was created by [René Fritz](https://github.com/colorcube). The ownership has been transferred in
|
||
|
april 2021.
|
||
|
|
||
|
## Usage
|
||
|
|
||
|
TypoScript and fluid templates are just examples. Adapt it to your needs.
|
||
|
|
||
|
Further information: https://docs.typo3.org/p/wapplersystems/bookmark-pages/master/en-us/
|
||
|
|
||
|
### Dependencies
|
||
|
|
||
|
* TYPO3 10.4
|
||
|
|
||
|
### Installation
|
||
|
|
||
|
#### Installation using Composer
|
||
|
|
||
|
In your Composer based TYPO3 project root, just do `composer require wapplersystems/bookmark-pages`.
|
||
|
|
||
|
#### Installation as extension from TYPO3 Extension Repository (TER)
|
||
|
|
||
|
Download and install the extension with the extension manager module.
|
||
|
|