Skip to content

Commit

Permalink
Add temporary rdfx file for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
lemonmojo committed Aug 9, 2023
1 parent b4971e7 commit 07536d2
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions Dynamic Folder/RDFX Test/RDFX Test.rdfx
@@ -0,0 +1,27 @@
<DynamicFolderExport>
<Name>Dynamic Folder Export</Name>
<Objects>
<DynamicFolderExportObject>
<Type>DynamicFolder</Type>
<Name>RDFX Test</Name>
<Description>A temporary test sample</Description>
<Notes><![CDATA[<p><strong>Temporary</strong>, will be removed soon.</p>
]]></Notes>
<ScriptInterpreter>json</ScriptInterpreter>
<Script><![CDATA[{
"Objects": [
{
"Type": "ToDo",
"Name": "Hello from rdfx",
"Description": "Will be removed soon"
}
]
}]]></Script>
<DynamicCredentialScriptInterpreter>json</DynamicCredentialScriptInterpreter>
<DynamicCredentialScript><![CDATA[{
"Username": "user",
"Password": "pass"
}]]></DynamicCredentialScript>
</DynamicFolderExportObject>
</Objects>
</DynamicFolderExport>

0 comments on commit 07536d2

Please sign in to comment.