Add calloutType field to callout element #273
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this change?
This pr is part of an effort to replace the quick guide atoms in stories such as this one with a callout made in the targeting tool. The motivation is to prevent callout text from being shared with syndication partners.
To do this, I'm introduce a new type of callout - 'reporter callout' - which differs from the existing 'callout' (which is really a 'community callout') in that it is a lot simpler, with no associated Tag or Form stack form. The rendering will also differ. With that in mind, we need a way to distinguish between the existing 'callout' elements and these new reporter callouts. This PR adds a new 'calloutType' field to the callout fields type.
How to test
Needs testing on CODE