14 lines
376 B
Plaintext
14 lines
376 B
Plaintext
import "./base.dcdl" // {
|
|
slug = "companion";
|
|
description = "Workspace companion profile.";
|
|
scope = "workspace_write";
|
|
|
|
feature = {
|
|
task = { enabled = true; };
|
|
memory = { enabled = true; };
|
|
web = { enabled = true; };
|
|
workers = { enabled = true; };
|
|
ticket = { enabled = true; authoring = true; thread = true; };
|
|
};
|
|
}
|