<?xml version="1.0" encoding="UTF-8"?>
<!--
    IBUIListContentConfiguration.inspector
    IBCocoaTouchPlugin

    Created by Jason Yao 2020-11-30.
    Copyright © 2020 Apple Inc. All rights reserved.
-->
<slice>
    <section visibleKeyPath="inspectedObjectsController.selection.object.ibShouldShowContentConfigurationStyleSection">
        <sliver title="Style">
            <property type="enumeration" keyPath="inspectedObjectsController.selection.object.contentConfiguration.style">
                <option-group>
                    <option value="0" title="Cell"/>
                    <option value="1" title="Subtitle Cell"/>
                    <option value="2" title="Value Cell"/>
                    <option value="3" title="Plain Header"/>
                    <option value="4" title="Plain Footer"/>
                    <option value="5" title="Grouped Header"/>
                    <option value="6" title="Grouped Footer"/>
                    <option value="7" title="Sidebar Cell"/>
                    <option value="8" title="Sidebar Subtitle Cell"/>
                    <option value="9" title="Accompanied Sidebar Cell"/>
                    <option value="10" title="Accompanied Sidebar Subtitle Cell"/>
                    <option value="11" title="Sidebar Header"/>
                </option-group>
            </property>
        </sliver>
    </section>
    <section visibleKeyPath="inspectedObjectsController.selection.object.ibShouldShowContentConfigurationSections">
        <sliver title="Text">
            <property type="string" placeholder="Text" keyPath="inspectedObjectsController.selection.object.contentConfiguration.text" />
        </sliver>
        <sliver title="Secondary">
            <property type="string" placeholder="Text" keyPath="inspectedObjectsController.selection.object.contentConfiguration.secondaryText" />
        </sliver>
        <sliver fullWidth="true">
            <property type="ib-named-resource" title="Image" placeholder="Image" resourceType="image" keyPath="inspectedObjectsController.selection.object.contentConfiguration.image" />
        </sliver>
    </section>
    <section visibleKeyPath="inspectedObjectsController.selection.object.ibShouldShowContentConfigurationSections">
        <sliver title="Prefers">
            <property type="boolean" title="Side By Side Text" keyPath="inspectedObjectsController.selection.object.contentConfiguration.prefersSideBySideTextAndSecondaryText"/>
        </sliver>
        <sliver title="Image Padding">
            <property type="number" keyPath="inspectedObjectsController.selection.object.contentConfiguration.imageToTextPadding"/>
        </sliver>
        <sliver title="Text Padding">
            <property type="number" title="Horizontal" keyPath="inspectedObjectsController.selection.object.contentConfiguration.textToSecondaryTextHorizontalPadding"/>
            <property type="number" title="Vertical" keyPath="inspectedObjectsController.selection.object.contentConfiguration.textToSecondaryTextVerticalPadding"/>
        </sliver>
    </section>
</slice>
