diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2026-05-01 08:06:52 -0300 |
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2026-05-01 08:06:52 -0300 |
| commit | 92d82211fdf3d653b1a5a4d2cfdad5c684e2367d (patch) | |
| tree | 0822b2122963232988cbac2bd6e4689bb5cd4c32 /src/data/composite/wiki-properties/simpleDate.js | |
| parent | dba7bea5c4ef2499c3cc0aee2a3154f6a31ea5b2 (diff) | |
content, data, validators: stub url entries
Diffstat (limited to 'src/data/composite/wiki-properties/simpleDate.js')
| -rw-r--r-- | src/data/composite/wiki-properties/simpleDate.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/data/composite/wiki-properties/simpleDate.js b/src/data/composite/wiki-properties/simpleDate.js index f08d8323..238b906f 100644 --- a/src/data/composite/wiki-properties/simpleDate.js +++ b/src/data/composite/wiki-properties/simpleDate.js @@ -4,8 +4,6 @@ import {isDate} from '#validators'; -// TODO: Not templateCompositeFrom. - export default function() { return { flags: {update: true, expose: true}, |