chore: add show in silder for the service
This commit is contained in:
@@ -45,6 +45,9 @@ export class DanakService extends BaseEntity {
|
||||
@Column({ type: "boolean", default: false })
|
||||
isActive: boolean;
|
||||
|
||||
@Column({ type: "boolean", default: false })
|
||||
showInSlider: boolean;
|
||||
|
||||
@Column({ type: "varchar", length: 255, nullable: false })
|
||||
link: string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user