Struct Plugin

Struct Plugin: Serial Editing

직렬 데이터는 global data와 유사하지만 입력된 페이지에 바인딩됩니다. 이를 생성하려면 특수 구문을 통해 직렬 편집기를 생성해야 합니다.
Serial data is similar to global data but it will be bound to the page it was entered on. To create it you need to create a serial editor through a special syntax:

---- struct serial ----
schema: someschema
----

편집기에는 글로벌 데이터 편집기 global data editor와 동일한 기능 및 제한 사항이 있습니다.
The editor has the same features and limitations as the global data editor.

참고: 구조체 데이터에 대한 일반 정보는 스키마 사용 섹션도 참조하세요.
Note: Also see the section Schema Usage for general informations on struct data.