We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51c86c6 commit 25bb59aCopy full SHA for 25bb59a
src/command/GeneratePageTypesXmlCommand.ts
@@ -1,4 +1,3 @@
1
-import { MagentoScope } from 'types';
2
import { SimpleTemplateGeneratorCommand } from './SimpleTemplateGeneratorCommand';
3
import { TemplateWizardData } from 'wizard/SimpleTemplateWizard';
4
import FileHeader from 'common/xml/FileHeader';
@@ -8,10 +7,6 @@ export default class GeneratePageTypesXmlCommand extends SimpleTemplateGenerator
8
7
super('magento-toolbox.generatePageTypesXmlFile');
9
}
10
11
- getAreas(): MagentoScope[] {
12
- return [MagentoScope.Frontend];
13
- }
14
-
15
getWizardTitle(): string {
16
return 'Page Types XML File';
17
0 commit comments