我正在使用rails上的灯具,我希望其中一个灯具字段为空白。
示例:
two:
name: test
path: - I want this blank but not to act as a group heading.
test: 4
但是,我不知道如果不将path:
作为小组名称而离开{{1}}。有人知道怎么做吗?
答案 0 :(得分:7)
YAML文件基于缩进。一旦你实际上有正确的缩进,它将读取与兄弟姐妹相同级别的所有内容。
two:
name: test
path:
test: 4
答案 1 :(得分:1)
Google says以下内容应该有效:
path: \"\"