8
0
Fork 0

change outdated metadata id in documentation

Dieser Commit ist enthalten in:
O3-Shop 2023-04-26 09:46:06 +02:00 committet von Daniel Seifert
Ursprung c68852351f
Commit 8d3d7dc446
Signiert von: DanielS
GPG-Schlüssel-ID: 8A7C4C6ED1915C6F
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen

Datei anzeigen

@ -4,7 +4,7 @@ This module integrates the [TinyMCE WYSIWYG editor](https://www.tiny.cloud/tinym
## Usage
This assumes you have O3-Shop (at least the `v1.0.0` compilation) up and running.
This assumes you have O3-Shop (at least the `v1.2.0` compilation) up and running.
### Install
@ -20,7 +20,7 @@ After requiring the module, you need to activate it, either via O3-Shop admin or
Navigate to shop folder and execute the following:
```bash
$ vendor/bin/oe-console oe:module:activate tinymce-editor
$ vendor/bin/oe-console oe:module:activate o3-tinymce-editor
```
### How to use