-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7cbd5c2
commit 94635bc
Showing
3 changed files
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Extension-Defined Canister Types | ||
|
||
## Overview | ||
|
||
An extension can define one or more project templates for `dfx new` to use. | ||
|
||
# Specification | ||
|
||
The `project_templates` field in an extension's `extension.json` defines the | ||
characteristics of the canister type. It has the following fields: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
# DFX Concepts | ||
|
||
- [Asset Canister Interface](../design/asset-canister-interface.md) | ||
- [Canister metadata](./canister-metadata.md) | ||
- [Canister metadata]( | ||
- [Extension-Defined Canister Types](extension-defined-canister-types.md) | ||
- [Extension-Defined Canister Types](extension-defined-project-templates.md) |