Plugin Directory

Changeset 1749775


Ignore:
Timestamp:
10/20/2017 09:32:46 AM (7 years ago)
Author:
sergmoro1
Message:

add sentence about changing a cofig file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lisette-cost-calculator/trunk/readme.txt

    r1749762 r1749775  
    3838
    3939New items can be added, for example teenage age:
     40
    4041    'question' => 'Age',
    4142        'answers' => [
     
    5051
    5152If caption too long add "small" parameter:
     53
    5254    'question' => 'Model',
    5355        'answers' => [
     
    5658                'image' => 'with-lifting.jpg',
    5759                'value' => 230,
    58                 'small' => true
     60                'small' => true,
    5961            ],
    6062        ],
    6163
    6264If parameter "image" is not specified, item will be printed without image.
     65
    6366    'question' => 'Price class',
    6467        'answers' => [
    6568            ['caption' => 'econom', 'value' => '*1'],
    6669            ['caption' => 'elite', 'value' => '*2'],
     70        ],
Note: See TracChangeset for help on using the changeset viewer.