Changes to Step #4
Edit by Brian Adams —
Edit approved by Brian Adams
- Before
- After
- Unchanged
Step Lines
[* black] Now we need to create our base files for our new plugin. The easiest way to do this it to clone an existing plugin. I recommend starting with /src/plugins/example folder in to a new one called /src/plugins/visualation3d. |
[* black] Inside the new folder, the convention is to name your javascript file that runs in the browser with the same name as your folder. So rename /src/plugins/visualation3d/public/js/example.js to visualation3d.js |