Bug #54570

Indentation in Settings.yaml.example is confusing

Added by Rens Admiraal over 1 year ago. Updated about 1 year ago.

Status:Resolved Start date:2013-12-22
Priority:Should have Due date:
Assigned To:- % Done:

100%

Category:-
Target version:-
Affected Flow version:Git master

Description

The following indentation was found to be confusing by people in #typo3-neos:

  # You might need to uncomment the following lines and specify
  # the location of the PHP binary manually.
  #  core:
  #    phpBinaryPathAndFilename: 'C:/path/to/php.exe'

During the removal of the indentation the mistake was made to remove the full ' #' before the line which lead to having the settings on the wrong level. The following was found to be more clear:

  # You might need to uncomment the following lines and specify
  # the location of the PHP binary manually.
#    core:
#      phpBinaryPathAndFilename: 'C:/path/to/php.exe'

Associated revisions

Revision c687ee52
Added by Rens Admiraal over 1 year ago

[TASK] Change indentation in Settings.yaml.example

This change updates the indentation in Settings.yaml.example
to make it more clear how to uncomment the phpBinaryPathAndFilename
lines.

Change-Id: I396978ba30036c8b6b0f109ec2af6b9eaff47f2b
Resolves: #54570
Releases: master

History

#1 Updated by Gerrit Code Review over 1 year ago

  • Status changed from New to Under Review

Patch set 1 for branch master of project Packages/TYPO3.Flow has been pushed to the review server.
It is available at https://review.typo3.org/26542

#2 Updated by Rens Admiraal about 1 year ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100

Also available in: Atom PDF