Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.98 KB

File metadata and controls

29 lines (21 loc) · 1.98 KB

Creating New Objects

Below is a list of all necessary changes to create a full package for a new object.

Object Code

In Core:

Documentation

In Docs:

In Learn:

  • Create a reference page. First, create a new folder at src/routes/(content)/reference/{ObjectName}/.
  • Then, create +page.svx and {ObjectName}.svelte files in this folder. +page.svx will have the basic page content, and more specialised custom elements can be coded in the .svelte file.

In Max:

In SC:

In PD:

In CLI: