Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add clarification for external library files #131

Merged
merged 1 commit into from
May 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,15 @@ The implementation layer is a JavaScript file that handles all of the symbol’s

### File layout

You should save all files for a symbol except for the symbol image file in the same directory, in the`ext` folder, under:
You should save all files for a symbol except for the symbol image file in the same directory, in the `ext` folder, under:

`INSTALLATION\_FOLDER\Scripts\app\editor\symbols\`

The symbols image file should be stored in the `icons` folder under:

`INSTALLATION\_FOLDER\Scripts\app\editor\symbols\ext\icons`

If you have external library files, create a `libraries` subfolder under the `ext` folder and place the external library files in that subfolder.
If you have external library files, create a `libraries` subfolder under the `ext` folder and place the external library files in that subfolder. Library files (.js) that are not directly within the `libraries` folder and instead within a subfolder will not be loaded by PI Vision.

[Back to top](#top)

Expand Down