🐛 (editor) Allow variables in bubble text links
This commit is contained in:
@@ -27,7 +27,8 @@ export const platePlugins = createPlugins(
|
||||
url.startsWith('https:') ||
|
||||
url.startsWith('mailto:') ||
|
||||
url.startsWith('tel:') ||
|
||||
url.startsWith('sms:'),
|
||||
url.startsWith('sms:') ||
|
||||
(url.startsWith('{{') && url.endsWith('}}')),
|
||||
},
|
||||
}),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user