Title Region Config Data
1. Overview
The file title_region_config_data.yaml
in exported package contains all configuration of Title Region Config Data
module from exported title region. You can add, delete or update some items in the file and then re-import to the title region.
2. An Example of The File Content
# AUTO-GENERATED FILE.
#
# Export information
# @export_time: Wed, 16 Mar 2022 02:25:31 GMT
#
# This file was automatically generated by PGOS Portal.
# Copyright 2022 Proxima Beta, Inc. All Rights Reserved.
title_data:
snapshot_tag: "20220316102512939"
title_id: 4gnsz
title_region_id: apgz_4gnsz_186575
list:
- identification:
key: key1
description: xxx
is_json: false
server_only: true
value: value1
3. Field Description
- identification: The unique identifier for the current resource, it contains multiple fields:
- key: The key of title data. Type: string. Length: 1-128.
- description: The description of title data. Type: string. Length: 1-255.
- is_json: The type of title data. Type: bool.
- server_only: The permission of title data. Type: bool.
- value: The value of title data. Type: string(is_json: false) / json(is_json: true).