NotecardsLibraryItems.xml 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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. <Key Name="currentPermissions" Value="2147483647" />
  12. <Key Name="nextPermissions" Value="2147483647" />
  13. <Key Name="everyonePermissions" Value="2147483647" />
  14. <Key Name="basePermissions" Value="2147483647" />
  15. </Section>
  16. -->
  17. <Section Name="Welcome notecard">
  18. <Key Name="inventoryID" Value="00000000-0000-2222-4444-000000000001" />
  19. <Key Name="assetID" Value="00000000-0000-2222-3333-000000000001" />
  20. <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba000"/> <!-- Yes this is root, but notecards should live here -->
  21. <Key Name="description" Value="Welcome" />
  22. <Key Name="name" Value="Welcome" />
  23. <Key Name="assetType" Value="7" />
  24. <Key Name="inventoryType" Value="7" />
  25. <Key Name="currentPermissions" Value="2147483647" />
  26. <Key Name="nextPermissions" Value="2147483647" />
  27. <Key Name="everyonePermissions" Value="2147483647" />
  28. <Key Name="basePermissions" Value="2147483647" />
  29. </Section>
  30. <Section Name="Example notecard">
  31. <Key Name="inventoryID" Value="a170ffc0-b9c7-11dc-95ff-0800200c9a66" />
  32. <Key Name="assetID" Value="8d1ada50-b9c7-11dc-95ff-0800200c9a66" />
  33. <Key Name="folderID" Value="33cbd240-b9bf-11dc-95ff-0800200c9a66"/>
  34. <Key Name="description" Value="Example notecard" />
  35. <Key Name="name" Value="Example notecard" />
  36. <Key Name="assetType" Value="7" />
  37. <Key Name="inventoryType" Value="7" />
  38. <Key Name="currentPermissions" Value="2147483647" />
  39. <Key Name="nextPermissions" Value="2147483647" />
  40. <Key Name="everyonePermissions" Value="2147483647" />
  41. <Key Name="basePermissions" Value="2147483647" />
  42. </Section>
  43. </Nini>