Fulltext results:
- 03.01. Field Types @en:projects:ini-configurator:documentation:03:01
- d to display static text such as instructions. | <code json>"static": { "label": "Static", "tool... m is simply dummy text.", "required": true }</code> | | ''text'' | String | None | This field type i... lt field type if the type used does not exist. | <code json>"text": { "label": "Text", "tooltip"... ult": "My default value", "required": true }</code> | | ''password'' | String | None | This field ty
- 01.01. Basic Usage @en:projects:ini-configurator:documentation:01:01
- new branch named dev: * In GitHub, go to the Code tab. * Click the branch dropdown, type dev, a... ==== - Clone your forked repository using Git: <code bash>git clone -b dev https://github.com/<your-us... ername>/ini-configurator.git cd ini-configurator</code> - Verify that you are on the dev branch: <code bash>git branch</code> ===== Step 4: Customize the A
- 01.02. Creating a Release @en:projects:ini-configurator:documentation:01:02
- er merging, ensure you are on the stable branch: <code bash>git checkout stable git pull origin stable</code> - Create a version tag for the release: <code bash>git tag v1.0.0 git push origin v1.0.0</code> - Replace ''v1.0.0'' with your desired version nu
- INI Configurator
- even with complex configuration files. The source code may be used to build similar applications for oth