Skip to content

Commit

Permalink
remove nice punctuation from default main_content filters
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinDev committed Feb 16, 2023
1 parent c2b26b3 commit d59f870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/DependencyInjection/Configuration.php
Expand Up @@ -38,7 +38,7 @@ final class Configuration implements ConfigurationInterface
* @var array<string, string>
*/
public const DEFAULT_FILTERS = [
'main_content' => 'showMore,twig,date,email,htmlLinkMultisite,encryptedLink,htmlEncryptedLink,image,phoneNumber,punctuation,markdown,mainContentSplitter,extended',
'main_content' => 'showMore,twig,date,email,htmlLinkMultisite,encryptedLink,htmlEncryptedLink,image,phoneNumber,markdown,mainContentSplitter,extended',
'name' => 'twig,date,name,extended',
'title' => 'elseH1,twig,date,extended',
'string' => 'twig,date,email,encryptedLink,phoneNumber,extended',
Expand Down

0 comments on commit d59f870

Please sign in to comment.