Skip to content

Commit c4ba97c

Browse files
committed
added initial workflow graph
1 parent fcb3192 commit c4ba97c

File tree

5 files changed

+910
-1
lines changed

5 files changed

+910
-1
lines changed

administrator/components/com_content/tmpl/article/edit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
</div>
7676
</div>
7777
<div class="col-lg-3">
78-
<?php echo LayoutHelper::render('joomla.edit.global', $this); ?>
78+
<?php echo LayoutHelper::render('joomla.edit.article_options', $this); ?>
7979
</div>
8080
</div>
8181

build/media_source/com_workflow/joomla.asset.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,22 @@
3131
"attributes": {
3232
"type": "module"
3333
}
34+
},
35+
{
36+
"name" : "com_workflow.workflowgraphclient",
37+
"type": "style",
38+
"uri": "com_workflow/workflow-graph-client.min.css"
39+
},
40+
{
41+
"name": "com_workflow.workflowgraphclient",
42+
"type": "script",
43+
"uri": "com_workflow/workflow-graph-client.min.js",
44+
"dependencies": [
45+
"core"
46+
],
47+
"attributes": {
48+
"type": "module"
49+
}
3450
}
3551
]
3652
}

0 commit comments

Comments
 (0)