In the Wiki, you can create opts.yaml
files to control how
certain things are done in specific directories.
You can create these files anywhere in the wiki. The settings will
apply to that directory and any sub-directories. If a opts.yaml
in a sub-directory exists it will overrided any parent directories
settings.
The following directives are defined:
disable-props
This option disables the creation of .props;xxxx
files.
This is for use in git
repositories, where that kind of information
should be stored in git
itself.
- classes/Core.php,379