Hey @charlie,
Quick bug report on Cornerstone Pro:
Repro:
- On any page, use the Cornerstone sidebar Export icon to download a
.tco. - Go to Cornerstone Builder → Manage Library → Import and select that
.tco.
Expected: the layout appears as a template in the Library (or an error explains why it can’t).
Actual: the import dialog reports success with no errors. The template does not appear in the Library list. The bundled image asset, however, is added to the WP Media Library.
Reproduced on: multiple unrelated Pro sites
Suspected cause: manifest.json from a page Export has doc.type: "document". Manage Library’s importer appears to only handle doc.type: "template", so it runs the images task (image lands in Media) but silently skips the doc task. No console errors.
Workaround: Save to Library → Save as Template, then download. That produces doc.type: "template" and imports correctly.
Suggestion: either (a) reject document-typed .tcos in Manage Library with a clear message, or (b) accept and convert them on import. Right now the silent success-with-no-result is the worst-case UX — looks like it worked, didn’t.
Happy to send the two sample files (5 KB each) if helpful.