Skip to content

Commit

Permalink
docs: update configurations documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Rel1cx committed Dec 30, 2024
1 parent 3b9b351 commit 99d75b5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion website/pages/docs/configurations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,13 @@ export default [
as: "a",
attributes: [
{ name: "to", as: "href" },
{ name: "rel", defaultValue: "noopener noreferrer" },
],
},
{
name: "EmbedContent",
as: "iframe",
attributes: [
{ name: "sandbox", defaultValue: "" }
],
},
],
Expand Down

0 comments on commit 99d75b5

Please sign in to comment.