Skip to content

Commit

Permalink
feat(edit-content) cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
oidacra committed Nov 15, 2024
1 parent ff0a647 commit bef708f
Showing 1 changed file with 0 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,26 +11,6 @@ import { withSidebar } from './features/sidebar.feature';
import { withWorkflow } from './features/workflow.feature';

export interface EditContentState {
// /** ContentType full data */
// contentType: DotCMSContentType | null;
// /** Contentlet full data */
// contentlet: DotCMSContentlet | null;
// /** Schemas available for the content type */
// schemes: {
// [key: string]: {
// scheme: DotCMSWorkflow;
// actions: DotCMSWorkflowAction[];
// firstStep: WorkflowStep;
// };
// };
// /** Current workflow scheme id */
// currentSchemeId: string | null;
// /** Actions available for the current content */
// currentContentActions: DotCMSWorkflowAction[];
// /** Current workflow step */
// currentStep: WorkflowStep | null;
// /** Current workflow task */
// lastTask: WorkflowTask | null;
state: ComponentStatus;
error: string | null;
}
Expand Down

0 comments on commit bef708f

Please sign in to comment.