0

のにを追加しようとしてdescriptionいます。私の現在のテンプレートは次のとおりです。compilationTemplateitemBannerrelatedContent

var Template = function() { return `<?xml version="1.0" encoding="UTF-8" ?>
    <document>
        <compilationTemplate theme="light">
            <list>
                <relatedContent>
                    <itemBanner>
                        <heroImg src="${this.BASEURL}images/someImage.jpg" />
                        <description>lorem ipsum dolor sit amet consectetur adipiscing elit</description>
                    </itemBanner>
                </relatedContent>
                <header>
                    <title>Some Show</title>
                    <subtitle>Season 4</subtitle>
                    <row>
                        <text>Drama</text>
                        <text>5 Episodes</text>
                        <text>2015</text>
                    </row>
                </header>
                <section>
                    <listItemLockup>
                        <ordinal minLength="2">1</ordinal>
                        <title>A Danger to Himself and Others</title>
                        <decorationLabel>11:14</decorationLabel>
                    </listItemLockup>
                </section>
            </list>
        </compilationTemplate>
    </document>`
}

buttonLockupこれにより、アイテムが通常存在するitemBanner にテキストが追加されますが、テキストは小さいです。

テンプレート

descriptionでこれのサイズと位置を変更するにはどうすればよいitemBannerですか?

4

1 に答える 1