0.5experimentalSection Hierarchy

Allows hierarchy view of a section in backend

Clone URLhttps://github.com/jonmifsud/section_hierarchy.git

Add as a submodulegit submodule add https://github.com/jonmifsud/section_hierarchy.git extensions/section_hierarchy --recursive

Compatibility

2.x.x2.1.x2.2.x2.3.x2.4.x2.5.x2.6.x2.7.02.7.12.7.22.7.32.7.42.7.52.7.62.7.72.7.82.7.92.7.10
NoNoNo0.10.20.5NoNoNoNoNoNoNoNoNoNoNoNo. Soon?

Readme

section-hierarchy

This extension works whowever it is not 100% idiot proof at the moment so you're going to have to edit the config and know the field Id's to get it to work.

  1. Install the Extension

  2. Add this snippet in your config file

    SECTION_HIERARCHY

    'section_hierarchy' => array( 'pages' => '{ 'title':'74', 'parent':'77' }', ),

    #
  3. Replace pages with the section name that you would like to use section_hierarchy on

  4. Replace the title and parent values with the respective Field ID's. Note that the field names need not match title and parent, but a title refers to the key/first field you'd usually have in the table. It is mainly used to edit for indenting. And parents is used to identify the parent field and set it as a child of a parent section.

  5. If you need for more then one section copy the pages block and repeat steps 2/3 as many times as needed

Version history

Requires Symphony 2.5

Symphony 2.4 to 2.4.x

Symphony 2.3 to 2.3.x