Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion schemas/htmlasset.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
HtmlAsset:
deprecated: true
description: |
**Notice: The HtmlAsset is deprecated, use the [TextAsset](#tocs_textasset) instead.**
**Notice: The HtmlAsset is deprecated, use the [RichTextAsset](#tocs_richtextasset) instead.**

The HtmlAsset clip type lets you create text based layout and formatting using
HTML and CSS. You can also set the height and width of a bounding box for the HTML
Expand Down
5 changes: 5 additions & 0 deletions schemas/soundtrack.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Soundtrack:
deprecated: true
description: >-
**Notice: The Soundtrack is deprecated, use an [AudioAsset](#tocs_audioasset)
clip on its own track instead.** This type continues to function; no behaviour
change for existing integrations.

A music or audio file in mp3 format that plays for the duration of the
rendered video or the length of the audio file, which ever is shortest.
properties:
Expand Down
4 changes: 4 additions & 0 deletions schemas/textasset.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
TextAsset:
deprecated: true
description: |
**Notice: The TextAsset is deprecated, use the [RichTextAsset](#tocs_richtextasset) instead.** This type
continues to function; no behaviour change for existing integrations.

The TextAsset is used to add text and titles to a video. The text can be styled with built in and custom
[Fonts](#tocs_font). You can also add a background bounding box used to control wrapping and overflow. Emoticons are also supported.
type: object
Expand Down
5 changes: 4 additions & 1 deletion schemas/timeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
specific amount of time.
properties:
soundtrack:
description: A music or audio soundtrack file in mp3 format.
deprecated: true
description: >-
A music or audio soundtrack file in mp3 format. Deprecated - use an
[AudioAsset](#tocs_audioasset) clip on its own track instead.
$ref: "./soundtrack.yaml#/Soundtrack"
background:
description: >-
Expand Down
2 changes: 1 addition & 1 deletion schemas/titleasset.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
TitleAsset:
deprecated: true
description: |
**Notice: The TitleAsset is deprecated, use the [TextAsset](#tocs_textasset) instead.**
**Notice: The TitleAsset is deprecated, use the [RichTextAsset](#tocs_richtextasset) instead.**

The TitleAsset clip type lets you create video titles from a text string and apply styling and positioning.
type: object
Expand Down
Loading
Loading