File

feature-libs/smartedit/root/config/smart-edit-config.ts

Index

Properties

Properties

Optional smartEdit
Type : literal type
import { Injectable } from '@angular/core';
import { Config } from '@spartacus/core';

@Injectable({
  providedIn: 'root',
  useExisting: Config,
})
export abstract class SmartEditConfig {
  smartEdit?: {
    storefrontPreviewRoute?: string;
    allowOrigin?: string;
  };
}

declare module '@spartacus/core' {
  interface Config extends SmartEditConfig {}
}

result-matching ""

    No results matching ""