20251222
This commit is contained in:
56
%APPDATA%/Adobe/CEP/extensions/AdminPanel/CSXS/manifest.xml
Normal file
56
%APPDATA%/Adobe/CEP/extensions/AdminPanel/CSXS/manifest.xml
Normal file
@@ -0,0 +1,56 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<ExtensionManifest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ExtensionBundleId="com.designer.adminpanel" ExtensionBundleVersion="1.0.0" Version="8.0">
|
||||
<ExtensionList>
|
||||
<Extension Id="com.designer.adminpanel" Version="1.0.0"/>
|
||||
</ExtensionList>
|
||||
|
||||
<ExecutionEnvironment>
|
||||
<HostList>
|
||||
<!-- Photoshop CC 2017-2024+ -->
|
||||
<Host Name="PHSP" Version="[18.0,99.9]"/>
|
||||
<Host Name="PHXS" Version="[18.0,99.9]"/>
|
||||
</HostList>
|
||||
|
||||
<LocaleList>
|
||||
<Locale Code="All"/>
|
||||
</LocaleList>
|
||||
|
||||
<RequiredRuntimeList>
|
||||
<RequiredRuntime Name="CSXS" Version="8.0"/>
|
||||
</RequiredRuntimeList>
|
||||
</ExecutionEnvironment>
|
||||
|
||||
<DispatchInfoList>
|
||||
<Extension Id="com.designer.adminpanel">
|
||||
<DispatchInfo>
|
||||
<Resources>
|
||||
<MainPath>./index.html</MainPath>
|
||||
<CEFCommandLine>
|
||||
<Parameter>--enable-nodejs</Parameter>
|
||||
<Parameter>--mixed-context</Parameter>
|
||||
</CEFCommandLine>
|
||||
</Resources>
|
||||
|
||||
<Lifecycle>
|
||||
<AutoVisible>true</AutoVisible>
|
||||
</Lifecycle>
|
||||
|
||||
<UI>
|
||||
<Type>Panel</Type>
|
||||
<Menu>Designer Admin Panel</Menu>
|
||||
<Geometry>
|
||||
<Size>
|
||||
<Height>800</Height>
|
||||
<Width>1200</Width>
|
||||
</Size>
|
||||
<MinSize>
|
||||
<Height>400</Height>
|
||||
<Width>600</Width>
|
||||
</MinSize>
|
||||
</Geometry>
|
||||
</UI>
|
||||
</DispatchInfo>
|
||||
</Extension>
|
||||
</DispatchInfoList>
|
||||
</ExtensionManifest>
|
||||
|
||||
Reference in New Issue
Block a user