Section 3-8 - #MIgration Runs -
Multiple Migfeat: Update publishing terminology and add publishing settings - Changed references from "WordPress" to "Site" across multiple components for consistency. - Introduced a new "Publishing" tab in Site Settings to manage automatic content approval and publishing behavior. - Added publishing settings model to the backend with fields for auto-approval, auto-publish, and publishing limits. - Implemented Celery tasks for scheduling and processing automated content publishing. - Enhanced Writer Dashboard to include metrics for content published to the site and scheduled for publishing.
This commit is contained in:
@@ -202,7 +202,7 @@ export function createReviewPageConfig(params: {
|
||||
<span className="text-[11px] font-normal">{label}</span>
|
||||
</Badge>
|
||||
{row.external_id && (
|
||||
<CheckCircleIcon className="w-3.5 h-3.5 text-success-500" title="Published to WordPress" />
|
||||
<CheckCircleIcon className="w-3.5 h-3.5 text-success-500" title="Published to Site" />
|
||||
)}
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user