<?xml version="1.0" encoding="UTF-8"?>
<!--
 IBWKWebView.inspector
 Copyright © 2016-2017 Apple Inc. All rights reserved.
 -->
<slice>
    <section>
        <sliver title="User Agent">
            <property type="string" keyPath="inspectedObjectsController.selection.object.customUserAgent" placeholder="Default" />
        </sliver>
        <sliver title="App Name">
            <property type="string" keyPath="inspectedObjectsController.selection.object.ibConfiguration.applicationNameForUserAgent" placeholder="Default" />
        </sliver>
    </section>
    <section>
        <sliver title="Interaction">
            <property type="boolean" keyPath="inspectedObjectsController.selection.object.allowsBackForwardNavigationGestures" title="Back/Forward Gestures" />
        </sliver>
    </section>
    <section>
        <sliver title="Language">
            <property type="enumeration" keyPath="inspectedObjectsController.selection.object.ibConfiguration.userInterfaceDirectionPolicy">
                <option-group>
                    <option value="0" title="Direction follows content"/>
                    <option value="1" title="Direction follows system"/>
                </option-group>
            </property>
        </sliver>
        <sliver title="Display">
            <!-- Invert and say "Incremental Rendering" -->
            <property type="boolean" keyPath="inspectedObjectsController.selection.object.ibConfiguration.ibInspectedSupportIncrementalRendering" title="Incremental Rendering" />
        </sliver>
        <sliver>
            <property type="boolean" keyPath="inspectedObjectsController.selection.object.allowsLinkPreview" title="Link Preview" />
        </sliver>
        <sliver title="Min Font Size">
            <property type="number" minimum="0" keyPath="inspectedObjectsController.selection.object.ibConfiguration.preferences.minimumFontSize"/>
        </sliver>
        <sliver title="Zoom">
            <property type="boolean" keyPath="inspectedObjectsController.selection.object.allowsMagnification" title="Allows Magnification" />
        </sliver>
        <sliver visibleKeyPath="inspectedObjectsController.selection.object.allowsMagnification">
            <property type="number" keyPath="inspectedObjectsController.selection.object.magnification" title="Magnification" />
        </sliver>
    </section>
    <section>
        <sliver title="Media">
            <property type="boolean" keyPath="inspectedObjectsController.selection.object.ibConfiguration.allowsAirPlayForMediaPlayback" title="AirPlay" />
        </sliver>
        <sliver title="Interaction">
            <property type="boolean" keyPath="inspectedObjectsController.selection.object.ibConfiguration.mediaTypesRequiringUserActionForPlayback" bits="0x0001" title="For Audio Playback" />
            <property type="boolean" keyPath="inspectedObjectsController.selection.object.ibConfiguration.mediaTypesRequiringUserActionForPlayback" bits="0x0002" title="For Video Playback" />
        </sliver>
    </section>
    <section>
        <sliver title="JavaScript">
            <property type="boolean" keyPath="inspectedObjectsController.selection.object.ibConfiguration.preferences.javaScriptEnabled" title="Enabled" />
        </sliver>
        <sliver>
            <property type="boolean" keyPath="inspectedObjectsController.selection.object.ibConfiguration.preferences.javaScriptCanOpenWindowsAutomatically" title="Can Auto-open Windows" />
        </sliver>
    </section>
</slice>
