Skip to content
Discussion options

You must be logged in to vote

@agriffard you don't need to have a custom theme. You just need to define placement either by adding placement.json file in your project or using the "Placements" feature which allow you to define custom placement using the UI

To target Subtitle using the "Placements" feature. Use the UI to add a new shape called TextField with the following JSON

[
    {
           "displayType": "SummaryAdmin",
           "differentiator": "BlogPost-Subtitle",
           "place": "Content"
    }
]

or if you user placement.json, then add the following

{
    "TextField": [
    {
           "displayType": "SummaryAdmin",
           "differentiator": "BlogPost-Subtitle",
           "place": "Content"
    }
 …

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@agriffard
Comment options

agriffard Sep 22, 2023
Maintainer Author

@agriffard
Comment options

agriffard Sep 22, 2023
Maintainer Author

@MikeAlhayek
Comment options

Answer selected by agriffard
Comment options

agriffard
Sep 22, 2023
Maintainer Author

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #14345 on September 22, 2023 19:07.