diff --git a/docs/concepts/compositions.mdx b/docs/concepts/compositions.mdx index b74c75a20..2dcc96f3e 100644 --- a/docs/concepts/compositions.mdx +++ b/docs/concepts/compositions.mdx @@ -125,16 +125,6 @@ Every composition has two layers: Never use scripts to play/pause/seek media elements or to show/hide clips based on timing. The framework handles this automatically from data attributes. Scripts that duplicate this behavior will conflict with the framework. See [Common Mistakes](/guides/common-mistakes) for examples. -## Variables - -Compositions can expose variables for dynamic content: - -```html compositions/card.html -