Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Add optional attributes
  • Loading branch information
ychsieh committed May 20, 2022
commit eb56fbc472335615a88a21762d4794aae6163eb2
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,13 @@ tags: { # <amp-story-subscriptions>
name: "description"
mandatory: true
}
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You'll need to add the other supported fields as listed in your documentation, otherwise people can't use them: #38179

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done. Thanks for the catch.

attrs: {
name: "subscriptions-page-index"
}
attrs: {
name: "headline"
}
attrs: {
name: "additional-description"
}
}