Skip to content
This repository was archived by the owner on Dec 20, 2023. It is now read-only.

Commit 114a668

Browse files
authored
22923 aac load components (#13)
fix: #id [22923] [Kanban link](https://chartiq.kanbanize.com/ctrl_board/18/cards/22923/details) **Moved load of AAC components to Startup** Decision was node to not support URL as manifest right now. Sample Component manifest URL was changed to a string. **Description of testing** 1. Run Finsemble 1. Add a Sample Component to a Workspace via AAC. 1. Reload Finsemble and verify Sample Component 1. Verify that Sample Component is available via Toolbar Search. 1. No additional Central Logger Errors or Warnings that are not required were introduced by this PR
1 parent 6c94dc9 commit 114a668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"entitled": true,
117117
"description": "This is an example app with no particular purpose.",
118118
"appId": "nmua",
119-
"manifest": "http://localhost:3030/v1/component",
119+
"manifest": "{\"window\":{\"url\":\"https://www.chartiq.com/tutorials/?slug=finsemble\",\"height\":800,\"width\":1000},\"component\":{\"spawnOnStartup\":false},\"foreign\":{\"services\":{\"workspaceService\":{\"persistURL\":true}},\"components\":{\"App Launcher\":{\"launchableByUser\":true},\"Window Manager\":{\"showLinker\":false,\"FSBLHeader\":true,\"persistWindowState\":true,\"title\":\"Finsemble Getting Started Tutorial\"}}}}",
120120
"manifestType": "Finsemble",
121121
"title": "Sample Component",
122122
"tooltip": "Tooltip",

0 commit comments

Comments
 (0)