Skip to content

Commit 6930310

Browse files
Merge pull request #171 from andreaswolf/feature-create-docs-dynamic-branch-20240622125302
[DOCS] Generate documentation
2 parents b06a5d1 + b7af7e1 commit 6930310

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

packages/typo3-fractor/docs/typo3-fractor-rules.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 13 Rules Overview
1+
# 14 Rules Overview
22

33
## AbstractMessageGetSeverityFluidFractor
44

@@ -352,6 +352,21 @@ Remove TCEForms key from all elements in data structure
352352

353353
<br>
354354

355+
## RemoveUseCacheHashFromTypolinkTypoScriptFractor
356+
357+
Remove useCacheHash TypoScript setting
358+
359+
- class: [`a9f\Typo3Fractor\TYPO3v10\TypoScript\RemoveUseCacheHashFromTypolinkTypoScriptFractor`](../rules/TYPO3v10/TypoScript/RemoveUseCacheHashFromTypolinkTypoScriptFractor.php)
360+
361+
```diff
362+
typolink {
363+
parameter = 3
364+
- useCacheHash = 1
365+
}
366+
```
367+
368+
<br>
369+
355370
## TranslationFileYamlFractor
356371

357372
Use key translationFiles instead of translationFile

0 commit comments

Comments
 (0)