ini Tag
${
ini
|type
:args
}
- usage : ${ini|home_logo:Logo}
This tag will allow you to create custom initializer options for your PHP output to use when rendering. Initializer options are handy for end-users and developers to modify design settings without changing any code.
You must use a unique |type
when creating options, otherwise PHP will assume you want the same property for different layers!
Adding Options
${ini|[OPTION ID]:[OPTION NAME]}
Export Kit will output your options based on your PSD setup. Export Kit will first look for the current page and create a group for each page containing options.
Add as many options as possible, the more the better. These are options the end-user will thank you for allowing them to edit!
Example Options File
All initializer options are saved to a .ini
file on export.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | // ek128_604_webpage_services_php settings // // @package ek128_604_webpage_services_php // @date 2015:05:29 11:49:11 // @generator ExportKit // desc = "Lorem ipsum dolor sit amet, <br/>eu nam nominavi invenire, eum ferri." title = "We provide better service<br/>for your digital needs" s1 = "step_3_button_icon.png" w1 = "web_icon.png" p1 = "print_icon.png" copy = "Export Kit Suite 1.2.5 Sample 2014. All Rights Reserved" fb = "facebook_icon.png" fb_link = "www.facebook.com" tw = "tweeter_icon.png" tw_link = "www.twitter.com" |
Text Options
Text options will allow you to edit the text content
.
Image Options
Image options will allow you to edit the image url
.
Shape Options
Shape options will allow you to edit the shape color
.