diff options
| author | joonhoekim <26rote@gmail.com> | 2025-07-02 00:17:29 +0000 |
|---|---|---|
| committer | joonhoekim <26rote@gmail.com> | 2025-07-02 00:17:29 +0000 |
| commit | 6a9ca20deddcdcbe8495cf5a73ec7ea5f53f9b55 (patch) | |
| tree | f48f3a84174f0be560fdf5ed7797fffd8a412a91 /config/informationColumnsConfig.ts | |
| parent | 4fb273b7fc85352183113f1240fc33f7d6c98328 (diff) | |
| parent | cee824301521c181000d501c0236db99079bbae4 (diff) | |
(merge) merged local commits
Diffstat (limited to 'config/informationColumnsConfig.ts')
| -rw-r--r-- | config/informationColumnsConfig.ts | 27 |
1 files changed, 6 insertions, 21 deletions
diff --git a/config/informationColumnsConfig.ts b/config/informationColumnsConfig.ts index 6357cfa3..508cb846 100644 --- a/config/informationColumnsConfig.ts +++ b/config/informationColumnsConfig.ts @@ -10,9 +10,9 @@ export interface InformationColumnConfig { export const informationColumnsConfig: InformationColumnConfig[] = [
{
- id: "pageCode",
- label: "페이지 코드",
- excelHeader: "페이지 코드",
+ id: "pagePath",
+ label: "페이지 경로",
+ excelHeader: "페이지 경로",
},
{
id: "pageName",
@@ -20,24 +20,9 @@ export const informationColumnsConfig: InformationColumnConfig[] = [ excelHeader: "페이지명",
},
{
- id: "title",
- label: "제목",
- excelHeader: "제목",
- },
- {
- id: "description",
- label: "설명",
- excelHeader: "설명",
- },
- {
- id: "noticeTitle",
- label: "공지사항 제목",
- excelHeader: "공지사항 제목",
- },
- {
- id: "noticeContent",
- label: "공지사항 내용",
- excelHeader: "공지사항 내용",
+ id: "informationContent",
+ label: "내용",
+ excelHeader: "내용",
},
{
id: "attachmentFileName",
|
