rename in story
This commit is contained in:
@@ -51,7 +51,7 @@ The following conditions are available out of the box, for all extension types t
|
||||
You can make your own conditions by creating a class that implements the `UmbExtensionCondition` interface.
|
||||
|
||||
```typescript
|
||||
import { UmbBaseController } from '@umbraco-cms/backoffice/class-api';
|
||||
import { UmbControllerBase } from '@umbraco-cms/backoffice/class-api';
|
||||
import {
|
||||
ManifestCondition,
|
||||
UmbConditionConfigBase,
|
||||
@@ -64,7 +64,7 @@ type MyConditionConfig = UmbConditionConfigBase & {
|
||||
match: string;
|
||||
};
|
||||
|
||||
export class MyExtensionCondition extends UmbBaseController implements UmbExtensionCondition {
|
||||
export class MyExtensionCondition extends UmbControllerBase implements UmbExtensionCondition {
|
||||
config: MyConditionConfig;
|
||||
permitted = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user