Apple_Exporter\Components\Gallery::set_layout PHP Method

set_layout() private method

Set the layout for the component.
private set_layout ( )
    private function set_layout()
    {
        $this->json['layout'] = 'gallery-layout';
        $this->register_full_width_layout('gallery-layout', array('margin' => array('top' => 25, 'bottom' => 25)));
    }