silverstripe-framework/tests/forms/gridfield/GridFieldPopupFormsTest.yml
2012-03-07 10:48:09 +13:00

13 lines
261 B
YAML

GridFieldPopupFormsTest_Person:
joe:
FirstName: Joe
Surname: Bloggs
jane:
FirstName: Jane
Surname: Doe
GridFieldPopupFormsTest_PeopleGroup:
group:
Name: My Group
People: =>GridFieldPopupFormsTest_Person.joe,=>GridFieldPopupFormsTest_Person.jane