Struct Plugin

Struct Plugin: 전역 데이터 편집 Editing Global Data

전역 데이터는 어떤 페이지에도 연결되지 않습니다. 이를 생성하려면 특수 구문을 통해 편집기를 생성해야 합니다.
Global data is not tied to any page. To create it you need to create an editor through a special syntax:

---- struct global ----
schema: someschema
----

이렇게 하면 현재 스키마에 저장된 모든 전역 데이터의 테이블이 생성됩니다. 기존 데이터는 인라인 편집 Inline Editing을 통해 수정하거나 휴지통 버튼을 통해 삭제할 수 있습니다. 새 데이터 행을 추가할 수 있습니다.
This creates a table of all global data currently stored in the schema. Existing data can be edited through Inline Editing or deleted through the trash can button. New data rows can be added through the form below the table.

struct global 구문은 대부분의 집계 Aggregation syntax를 허용합니다(글로벌 데이터에 대해 요약/행 번호가 비활성화됨). 그러나 편집하려는 하나의 스키마만 지정할 수 있습니다. 물론 이 모든 작업은 일반 집계에서 수행할 수 있습니다(추가 및 삭제 기능 없이).
The struct global syntax accepts most of the Aggregation syntax (summarize/row numbers is disabled for global data). However you can only specify the one schema you want to edit. All of this can still be done in normal aggregations of course (without the add and delete feature then).

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