# Panel 7: Format template
# The Notion document on this panel can be found here: https://www.notion.so/Line-Chart-User-Input-Forms-16fcae16861d80369c88c6a8a56c5ae6?pvs=4#175cae16861d805c9232d4d1e6cdac19
- container:
    name: "placeholderSection"
    title: "Placeholder Selection"
    content:

      - inlineGrid:
          style:
            margin: "0 20px"
            display: flex
            height: 100px
            alignItems: center

          content:
            - field:
                name: placeholderSelectionName
                type: string
                maxLength: 32
                readonly: true
                title:
                style:
                  marginBottom: "0px"
                  width: 330px

            - iconButton:
                name: placeholderSelectionBtn
                iconType: DownloadOutlined
                style:
                  backgroundColor: "#1f7d3d"
                  color: white



