Opruimen configuratiebestanden: verwijderen lege note-velden#288
Open
Schravenralph wants to merge 1 commit into
Open
Opruimen configuratiebestanden: verwijderen lege note-velden#288Schravenralph wants to merge 1 commit into
Schravenralph wants to merge 1 commit into
Conversation
Remove unnecessary empty 'note: ""' fields from all respecConfig editor objects across all config.js and colofon.js files. This cleanup removes redundant configuration fields.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Opruimen configuratiebestanden: verwijderen lege note-velden
Beschrijving
Deze pull request verwijdert onnodige lege
note: ""velden uit allerespecConfigeditor objecten in de configuratiebestanden. Dit is een code cleanup die overbodige configuratievelden verwijdert.Gewijzigde bestanden
config.jsimplementatieplan/media/colofon.jsobjectenhandboek/config.jsoverig/resultaten informele consultatie/media/colofon.jsrelease notes/2.2/config.jswijzigingsvoorstel/config.js.gitignore(nieuw bestand toegevoegd)Waarom deze wijziging?
De lege
note: ""velden in de editor objecten zijn overbodig en maken de configuratiebestanden onnodig rommelig. Door deze te verwijderen worden de bestanden schoner en makkelijker te onderhouden, zonder dat de functionaliteit wordt beïnvloed.Impact
Testen
Geen specifieke tests vereist - dit is puur een code cleanup waarbij alleen lege velden worden verwijderd.