Struct Plugin: 할당 Assignments
페이지에 추가할 수 있는 구조화된 데이터는 해당 페이지에 할당된 스키마에 따라 다릅니다. 할당은 패턴을 통해 수행됩니다. 페이지가 구성된 패턴과 일치하면 적절한 스키마가 사용됩니다.
What structured data can be added to a page depends on the schema assigned to that page. The assignment is done through patterns - if a page matches a configured pattern, the appropriate schema will be used.
할당 패턴을 관리하려면 관리자 페이지에 액세스합니다. "추가 플러그인" 섹션에서 "Struct Schema Assignments"을 선택합니다.
To manage assignment patterns, log in as a Manager and access the "Admin" page. Select the "Struct Schema Assignments" from the "Additional Plugins" section.
assignment manager는 현재 활성 패턴 목록과 할당된 스키마를 보여줍니다. 하단의 양식을 사용하면 새 패턴을 추가하여 일치하는 모든 페이지에 선택한 스키마를 할당할 수 있습니다. 지정은 페이지 또는 네임스페이스 기반으로 수행하거나 정규식을 사용하여 수행할 수 있습니다.
The assignment manager shows a list of currently active patterns and the schemas they assign. A form at the bottom allows to add a new pattern to assign a selected schema to all matching pages. Assignments can be done on a page or namespace basis or using a regular expression.
예를 들어 다음 정규식은 foo 및 bar를 제외한 mynamespace의 모든 페이지에 스키마를 할당합니다. /mynamespace:(?!foo)(?!bar). /
For example, the following regular expression will assign the schema to all pages in mynamespace except for foo and bar: /mynamespace:(?!foo)(?!bar)./
페이지에는 여러 스키마가 할당될 수 있습니다. 그러나 페이지는 이러한 각 스키마의 페이지 데이터 집합(행)을 하나만 가질 수 있습니다. (page data csv import 와 struct database internals 참조).
A page can have multiple schemas assigned. But, a page can only have one set (row) of page data from each of those schemas (see page data csv import and struct database internals).
참고: 구조체 데이터에 대한 일반 정보는 스키마 사용 섹션도 참조하세요.
Note: Also see the section Schema Usage for general informations on struct data.