Viewing 1 replies (of 1 total)
  • Thread Starter dnakamashi

    (@dnakamashi)

    Here is an example of the code.

    array(
                    'id' => 'pc_movie_highlight_group',
                    'type' => 'group',
                    'clone' => true,
                    'fields' => array(
                        array(
                            'name' => 'Imagem',
                            'id' => 'pc_movie_highlight_image',
                            'type' => 'plupload_image',
                            'max_file_uploads' => 1,
                        ),
                        array(
                            'name' => 'Título',
                            'id' => 'pc_movie_highlight_title',
                            'type' => 'text',
                        ),
                        array(
                            'name' => 'Texto',
                            'id' => 'pc_movie_highlight_text',
                            'type' => 'text',
                        ),
                    ),
                ),
Viewing 1 replies (of 1 total)

The topic ‘plupload_image inside group’ is closed to new replies.