Plugin Directory

Changeset 1267298


Ignore:
Timestamp:
10/16/2015 10:33:32 AM (10 years ago)
Author:
alexusblack
Message:

Blocks removed from places not realated to form layout

Location:
ninja-forms-blocks/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ninja-forms-blocks/trunk/njf_blocks.php

    r1267227 r1267298  
    33   Plugin Name: Ninja Forms Blocks
    44   Description: Add blocks functionality to Ninja Forms
    5    Version: 1.1
     5   Version: 1.2
    66   Author: Alexander Chernov
    77   Author URI: http://alexuslab.com
     
    1414        'display_function' => 'njf_display_block_open',
    1515        'sidebar' => 'layout_fields',
     16        'group' => 'layout_elements',
    1617        'display_label' => false,
    1718        'display_wrap' => false,
     19        'edit_label' => false,
     20        'edit_label_pos' => false,
     21        'edit_req' => false,
     22        'edit_custom_class' => true,
     23        'edit_help' => false,
     24        'edit_meta' => false,
     25        'edit_conditional' => true,
     26        'process_field' => false,
    1827    );
    1928    $close_args = array(
     
    2130        'display_function' => 'njf_display_block_close',
    2231        'sidebar' => 'layout_fields',
     32        'group' => 'layout_elements',
    2333        'display_label' => false,
    2434        'display_wrap' => false,
     35        'edit_label' => false,
     36        'edit_label_pos' => false,
     37        'edit_req' => false,
     38        'edit_custom_class' => true,
     39        'edit_help' => false,
     40        'edit_meta' => false,
     41        'edit_conditional' => true,
     42        'process_field' => false,
    2543    );
    2644    if( function_exists( 'ninja_forms_register_field' ) ) {
  • ninja-forms-blocks/trunk/readme.txt

    r1267227 r1267298  
    1212== Description ==
    1313
    14 Ninja Forms Blocks is realy simple plugin adding two form elements: [BLOCK] and [/BLOCK].
     14Ninja Forms Blocks is really simple plugin adding two form elements: [BLOCK] and [/BLOCK].
    1515[BLOCK] is a html `div` element with custom class option. Using blocks you can:
    1616
     
    4444== Changelog ==
    4545
     46= 1.2 =
     47* Blocks removed from places not realated to form layout
     48
    4649= 1.1 =
    4750* Blocks moved to layout section
Note: See TracChangeset for help on using the changeset viewer.