Apple_Exporter\Components\Image::register_non_anchor_layout PHP Méthode

register_non_anchor_layout() private méthode

Register the non-anchor layout.
    private function register_non_anchor_layout()
    {
        $this->json['layout'] = 'full-width-image';
        $this->register_full_width_layout('full-width-image', array('margin' => array('top' => 25, 'bottom' => 25)));
    }