Skip to content

Commit 99d75b5

Browse files
committed
docs: update configurations documentation
1 parent 3b9b351 commit 99d75b5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

website/pages/docs/configurations.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,13 @@ export default [
7777
as: "a",
7878
attributes: [
7979
{ name: "to", as: "href" },
80-
{ name: "rel", defaultValue: "noopener noreferrer" },
80+
],
81+
},
82+
{
83+
name: "EmbedContent",
84+
as: "iframe",
85+
attributes: [
86+
{ name: "sandbox", defaultValue: "" }
8187
],
8288
},
8389
],

0 commit comments

Comments
 (0)