@andersundsehr/storybook-typo3 0.1.9 → 0.1.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -12
- package/package.json +2 -2
package/README.md
CHANGED
@@ -211,15 +211,3 @@ This extension is licensed under the [GPL-2.0-or-later](https://spdx.org/license
|
|
211
211
|
|
212
212
|
> We are always looking for great people to join our team!
|
213
213
|
> https://www.andersundsehr.com/karriere/
|
214
|
-
|
215
|
-
|
216
|
-
# TODOs
|
217
|
-
- [ ] add storybook:transform ViewHelper to code generation?
|
218
|
-
- [ ] add storybook:toDateTime ViewHelper to code generation!
|
219
|
-
|
220
|
-
- [ ] document transformers
|
221
|
-
- [ ] document .transformers.php
|
222
|
-
- [ ] document how/when to use the transformers
|
223
|
-
- [ ] document storybook:transform ViewHelper
|
224
|
-
- [ ] document storybook:toDateTime ViewHelper
|
225
|
-
- [ ] document that enums and dates are automatically handled by the extension
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@andersundsehr/storybook-typo3",
|
3
|
-
"description": "The one and only Storybook Renderer for TYPO3 Fluid",
|
3
|
+
"description": "The one and only Storybook Renderer for TYPO3 Fluid Components",
|
4
4
|
"keywords": [
|
5
5
|
"storybook",
|
6
6
|
"TYPO3",
|
@@ -49,5 +49,5 @@
|
|
49
49
|
"dist",
|
50
50
|
"README.md"
|
51
51
|
],
|
52
|
-
"version": "0.1.
|
52
|
+
"version": "0.1.10"
|
53
53
|
}
|