From 77037e72fad20c6af8a35cf232430fd5e0d7d73f Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Sun, 31 Dec 2023 22:25:57 -0400 Subject: html: new 'attributes' slot type --- src/content/dependencies/linkTemplate.js | 2 +- src/content/dependencies/linkThing.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/content/dependencies') diff --git a/src/content/dependencies/linkTemplate.js b/src/content/dependencies/linkTemplate.js index f3744bdf..a2448cfe 100644 --- a/src/content/dependencies/linkTemplate.js +++ b/src/content/dependencies/linkTemplate.js @@ -18,7 +18,7 @@ export default { linkless: {type: 'boolean', default: false}, tooltip: {type: 'string'}, - attributes: {validate: v => v.isAttributes}, + attributes: {type: 'attributes'}, color: {validate: v => v.isColor}, content: {type: 'html'}, }, diff --git a/src/content/dependencies/linkThing.js b/src/content/dependencies/linkThing.js index 1dbd2148..7ce6ed99 100644 --- a/src/content/dependencies/linkThing.js +++ b/src/content/dependencies/linkThing.js @@ -45,7 +45,7 @@ export default { anchor: {type: 'boolean', default: false}, linkless: {type: 'boolean', default: false}, - attributes: {validate: v => v.isAttributes}, + attributes: {type: 'attributes'}, hash: {type: 'string'}, }, -- cgit 1.3.0-6-gf8a5