jomarko commented on PR #2726:
URL: 
https://github.com/apache/incubator-kie-tools/pull/2726#issuecomment-2473799805

   ### @kie-tools-examples/dmn-editor-standalone-on-webapp feedback
   
   
   7778 should be used instead of 9102 in the text below
   ```
   Open http://localhost:9102 to see the list of files bundled by Webpack, then 
choose an example:
   
   - State Control: http://localhost:9102/state_control.html
   - Read Only: http://localhost:9102/read_only.html
   - With Included Models: http://localhost:9102/with_included_models.html
   ```
   
   next in the code we have this:
   ```
       resources: new Map<string, DmnEditorStandaloneResource>([
         ["path1/can-drive-types.dmn", { contentType: "text", content: 
loadFile("can-drive-types.dmn") }],
         ["path2/loan-pre-qualification.dmn", { contentType: "text", content: 
loadFile("loan-pre-qualification.dmn") }],
       ]),
   ```
   
   however in real UI only `can-drive-types` is available.
   |
   ![Screenshot 2024-11-13 
153452](https://github.com/user-attachments/assets/3beeb687-4948-445e-8a62-a51e9a609a38)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to