Apple_Exporter\Components\Image::register_anchor_layout PHP Method

register_anchor_layout() private method

Register the anchor layout.
    private function register_anchor_layout()
    {
        $this->json['layout'] = 'anchored-image';
        $this->register_layout('anchored-image', array('margin' => array('top' => 25, 'bottom' => 25)));
    }