NotecardsLibraryItems.xml 1.4 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <Nini>
  2. <!--
  3. <Section Name="Example Library Item">
  4. <Key Name="inventoryID" Value="30000000-0000-2222-4444-000000000001" />
  5. <Key Name="assetID" Value="30000000-0000-2222-3333-000000000001" />
  6. <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba003"/>
  7. <Key Name="description" Value="Example Library Item" />
  8. <Key Name="name" Value="Example Library Item" />
  9. <Key Name="assetType" Value="7" />
  10. <Key Name="inventoryType" Value="7" />
  11. </Section>
  12. -->
  13. <Section Name="Welcome notecard">
  14. <Key Name="inventoryID" Value="00000000-0000-2222-4444-000000000001" />
  15. <Key Name="assetID" Value="00000000-0000-2222-3333-000000000001" />
  16. <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba000"/> <!-- Yes this is root, but notecards should live here -->
  17. <Key Name="description" Value="Welcome" />
  18. <Key Name="name" Value="Welcome" />
  19. <Key Name="assetType" Value="7" />
  20. <Key Name="inventoryType" Value="7" />
  21. </Section>
  22. <Section Name="Example notecard">
  23. <Key Name="inventoryID" Value="a170ffc0-b9c7-11dc-95ff-0800200c9a66" />
  24. <Key Name="assetID" Value="8d1ada50-b9c7-11dc-95ff-0800200c9a66" />
  25. <Key Name="folderID" Value="33cbd240-b9bf-11dc-95ff-0800200c9a66"/>
  26. <Key Name="description" Value="Example notecard" />
  27. <Key Name="name" Value="Example notecard" />
  28. <Key Name="assetType" Value="7" />
  29. <Key Name="inventoryType" Value="7" />
  30. </Section>
  31. </Nini>