mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-26 03:58:45 +02:00
- Autoloader for portal files in the itop-portal-base module - Dependencies moved to root composer.json - Add autoloader for /core and /application content
12 lines
279 B
YAML
12 lines
279 B
YAML
--- %YAML:1.0
|
|
test: Objects
|
|
brief: >
|
|
Comments at the end of a line
|
|
yaml: |
|
|
ex1: "foo # bar"
|
|
ex2: "foo # bar" # comment
|
|
ex3: 'foo # bar' # comment
|
|
ex4: foo # comment
|
|
php: |
|
|
['ex1' => 'foo # bar', 'ex2' => 'foo # bar', 'ex3' => 'foo # bar', 'ex4' => 'foo']
|