mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
More inventory work for CharlieO. Final patch to make it all work yet to come.
This commit is contained in:
45
bin/inventory/NotecardsLibrary/NotecardsLibraryItems.xml
Normal file
45
bin/inventory/NotecardsLibrary/NotecardsLibraryItems.xml
Normal file
@@ -0,0 +1,45 @@
|
||||
<Nini>
|
||||
|
||||
<!--
|
||||
<Section Name="Example Library Item">
|
||||
<Key Name="inventoryID" Value="30000000-0000-2222-4444-000000000001" />
|
||||
<Key Name="assetID" Value="30000000-0000-2222-3333-000000000001" />
|
||||
<Key Name="folderID" Value="30000112-000f-0000-0000-000100bba003"/>
|
||||
<Key Name="description" Value="Example Library Item" />
|
||||
<Key Name="name" Value="Example Library Item" />
|
||||
<Key Name="assetType" Value="7" />
|
||||
<Key Name="inventoryType" Value="7" />
|
||||
<Key Name="currentPermissions" Value="2147483647" />
|
||||
<Key Name="nextPermissions" Value="2147483647" />
|
||||
<Key Name="everyonePermissions" Value="2147483647" />
|
||||
<Key Name="basePermissions" Value="2147483647" />
|
||||
</Section>
|
||||
-->
|
||||
|
||||
<Section Name="Welcome notecard">
|
||||
<Key Name="inventoryID" Value="00000000-0000-2222-4444-000000000001" />
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-000000000001" />
|
||||
<Key Name="folderID" Value="00000112-000f-0000-0000-000100bba000"/> <!-- Yes this is root, but notecards should live here -->
|
||||
<Key Name="description" Value="Welcome" />
|
||||
<Key Name="name" Value="Welcome" />
|
||||
<Key Name="assetType" Value="7" />
|
||||
<Key Name="inventoryType" Value="7" />
|
||||
<Key Name="currentPermissions" Value="2147483647" />
|
||||
<Key Name="nextPermissions" Value="2147483647" />
|
||||
<Key Name="everyonePermissions" Value="2147483647" />
|
||||
<Key Name="basePermissions" Value="2147483647" />
|
||||
</Section>
|
||||
<Section Name="Example notecard">
|
||||
<Key Name="inventoryID" Value="a170ffc0-b9c7-11dc-95ff-0800200c9a66" />
|
||||
<Key Name="assetID" Value="8d1ada50-b9c7-11dc-95ff-0800200c9a66" />
|
||||
<Key Name="folderID" Value="33cbd240-b9bf-11dc-95ff-0800200c9a66"/>
|
||||
<Key Name="description" Value="Example notecard" />
|
||||
<Key Name="name" Value="Example notecard" />
|
||||
<Key Name="assetType" Value="7" />
|
||||
<Key Name="inventoryType" Value="7" />
|
||||
<Key Name="currentPermissions" Value="2147483647" />
|
||||
<Key Name="nextPermissions" Value="2147483647" />
|
||||
<Key Name="everyonePermissions" Value="2147483647" />
|
||||
<Key Name="basePermissions" Value="2147483647" />
|
||||
</Section>
|
||||
</Nini>
|
||||
Reference in New Issue
Block a user