4 commentaires (4 commentaires)0 réactions (0 réactions)0 assignés (0 assignés)JavaScript10 781 stars (10 781 stars)2 034 forks (2 034 forks)batch import
featurehelp wanted
Description
-
ОК
{
"test": 123456789012
}

-
Not OK - extra date appeared
{
"test": 1234567890123
}

- Type d'issue
- feature
- Direction de recherche
- Investigate the src/js/... files for the date detection logic that causes extra date tags when numbers have 13 digits. Look for existing configuration options to see how they are implemented. Add a new option, e.g., 'enableDateTags', that defaults to true. Ensure the option is exposed in the editor's configuration and respected when rendering JSON. The issue has 4 comments with some discussion but no assignee or PRs.