Skip to content

Commit

Permalink
2sxc requirements increased
Browse files Browse the repository at this point in the history
  • Loading branch information
ropalko committed Sep 21, 2022
1 parent def9a5b commit 0205bb8
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 5 deletions.
32 changes: 32 additions & 0 deletions App_Data/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
/*
This is a JSON file but it is treated like a JSONC (with comments).

Different editors may complain about the comments.
To reconfigure VS Code so it knows comments are ok, do this: https://azing.org/2sxc/r/h9m1l6JO
*/

// Export-App configuration
"export": {

// Exclude certain folders/file beginning with the values specified below
// Note that it may look like glob, but ATM it's a simpler starts-with mechanism
"exclude": [
// Skip git versioning folders, github config folders
".git/",
".github/",
// ".gitignore",

// Webpack 5 temporary folder and NPM folders
".temp_cache/",
"node_modules/"

// Other examples
// ".vs",
// ".vscode",
// "package.json",
// "package-lock.json",
// "nuget.config",
]
}
}
10 changes: 5 additions & 5 deletions .data/app.xml → App_Data/app.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<SexyContent FileVersion="07.00.00" MinimumRequiredVersion="07.04.02" ModuleVersion="14.07.03" ExportDate="2022-07-06T10:30:10.1387216+02:00">
<SexyContent FileVersion="07.00.00" MinimumRequiredVersion="07.04.02" ModuleVersion="14.09.00" ExportDate="2022-09-21T08:43:57.5294595+02:00">
<Header>
<App Guid="fee52b41-bf97-4f3a-a44f-e267180ad12c" />
<Language Default="en-us" />
Expand Down Expand Up @@ -1914,21 +1914,21 @@
<Value Key="RequiredOqtaneVersion" Value="3.1" Type="String">
<Dimension DimensionID="72" ReadOnly="false" />
</Value>
<Value Key="RequiredVersion" Value="14.07.00" Type="String">
<Value Key="RequiredVersion" Value="14.09.00" Type="String">
<Dimension DimensionID="72" ReadOnly="false" />
</Value>
<Value Key="SupportsAjaxReload" Value="True" Type="Boolean">
<Dimension DimensionID="72" ReadOnly="false" />
</Value>
<Value Key="Version" Value="05.02.01" Type="String">
<Value Key="Version" Value="05.02.02" Type="String">
<Dimension DimensionID="72" ReadOnly="false" />
</Value>
</Entity>
<Entity TargetType="3" AssignmentObjectType="App" AttributeSetStaticName="App-Settings" AttributeSetName="App-Settings" EntityGUID="70dcb19a-a866-48c8-9727-7704a77fc4aa" KeyNumber="53">
<Value Key="ActivateCategories" Value="True" Type="Boolean">
<Dimension DimensionID="72" ReadOnly="false" />
</Value>
<Value Key="DetailsPage" Value="" Type="Hyperlink">
<Value Key="DetailsPage" Value="page:911" Type="Hyperlink">
<Dimension DimensionID="72" ReadOnly="false" />
</Value>
<Value Key="DetailsPageShowWarning" Value="True" Type="Boolean">
Expand Down Expand Up @@ -2729,7 +2729,7 @@
</Value>
</Entity>
<Entity TargetType="1" AssignmentObjectType="Default" AttributeSetStaticName="bdd87885-a3ec-4c34-a913-9d48d1b2db87" AttributeSetName="ViewConfiguration" EntityGUID="732d177a-1b20-4cf5-adab-e0ea3eb00958">
<Value Key="ItemsInPage" Value="10" Type="Number">
<Value Key="ItemsInPage" Value="2" Type="Number">
<Dimension DimensionID="72" ReadOnly="false" />
</Value>
<Value Key="ShowPagination" Value="True" Type="Boolean">
Expand Down

0 comments on commit 0205bb8

Please sign in to comment.