-
Notifications
You must be signed in to change notification settings - Fork 186
[TASK] Unify extension name in examples #1637
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[TASK] Unify extension name in examples #1637
Conversation
Unify the extension name of examples to an identical in all places of documentation. Follow-up of TYPO3-Documentation/TYPO3CMS-Reference-CoreApi#6110
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for unifying this! I have, however, a few remarks.
Expecially example table name schemes and plugin name schemes should always be prefixed with the extension name.
Ooops, @linawolf, you're totally right. Don't know which of my search & replace action was going wrong here... And why I had not seen these points. |
@julianhofmann these are actually suggestions. You can click on the "Commit suggestion" button to apply my changes or descide to solve it in another way. Once all comments are resolved I can merge it for you |
Co-authored-by: Lina Wolf <48202465+linawolf@users.noreply.github.com>
The prefix was previously removed due to an incorrect search & replace operation. Co-authored-by: Lina Wolf <48202465+linawolf@users.noreply.github.com>
The prefix was previously removed due to an incorrect search & replace operation. Co-authored-by: Lina Wolf <48202465+linawolf@users.noreply.github.com>
In the previous commit, an incorrect search & replace action was performed. This has now been reverted.
Unify the extension name of examples to an identical in all places of documentation. Follow-up of TYPO3-Documentation/TYPO3CMS-Reference-CoreApi#6110
Unify the extension name of examples to an identical in all places of documentation.
Follow-up of TYPO3-Documentation/TYPO3CMS-Reference-CoreApi#6110