diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2023-09-11 15:27:21 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2023-09-11 15:27:21 -0300 |
commit | f346edce634eff3d38aabc69c40ddf3bf4b70aac (patch) | |
tree | a2ffe1ec436cc60f3b0c8f911f3a148a4dd9355c /src/content/dependencies/linkThing.js | |
parent | c4f6c41a248ba9ef4f802cc03c20757d417540e4 (diff) | |
parent | 44f1442bf28bac7b07ac25c1ea15c6b3a9d1223a (diff) |
Merge branch 'preview' into track-data-cleanup
Diffstat (limited to 'src/content/dependencies/linkThing.js')
-rw-r--r-- | src/content/dependencies/linkThing.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content/dependencies/linkThing.js b/src/content/dependencies/linkThing.js index e3e2608f..643bf4b1 100644 --- a/src/content/dependencies/linkThing.js +++ b/src/content/dependencies/linkThing.js @@ -26,7 +26,7 @@ export default { preferShortName: {type: 'boolean', default: false}, tooltip: { - validate: v => v.oneOf(v.isBoolean, v.isString), + validate: v => v.oneOf(v.isBoolean, v.isHTML), default: false, }, |