Can I embed an extension in a custom project type? #9393
Replies: 3 comments 2 replies
-
(cc @dragonstyle) |
Beta Was this translation helpful? Give feedback.
-
A follow-up: it looks like you can fool this check throwing in a blank custom format alongside your custom project type and contributes:
project:
project:
type: website
website:
page-footer: |
"Copyright 2022, Lexcorp, Inc."
formats:
html:
toc: true
|
Beta Was this translation helpful? Give feedback.
-
Just to follow-up here: I ran into this problem once more. Should this be flagged as a bug? It seems like the extension embedding code was written after custom formats were devised but before custom project types. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Hello!
I've created a custom project type and when I went to embed an extension, I got an unexpected error:
I'm curious: why are extensions not embeddable within custom project types?
Here is a minimal repo that you can use to run the above command and reproduce the error:
https://github.com/andrewpbray/custom-project-type
Beta Was this translation helpful? Give feedback.
All reactions