Open
Conversation
CREATE TABLE IF NOT EXISTS `rb_sidebar_hide` ( `s_id` INT UNSIGNED NOT NULL AUTO_INCREMENT, `s_code` VARCHAR(255) NOT NULL, PRIMARY KEY (`s_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR: 서브 사이드 영역 미노출 설정 기능 추가
요약
s_code)를 등록하여 사이드바를 손쉽게 숨기도록 지원변경 타입
배경 / 동기
s_code만 등록하면 즉시 반영되도록 하여 운영 편의성 개선주요 변경사항
사이드바 미노출 코드 관리섹션 추가노드가 등록되어 있으면 사이드바 미노출rb_sidebar_hide (s_id, s_code)사용DB 스키마 (필수 실행 SQL)
아래 SQL을 한 번만 실행해 주세요.
적용 방법
s_code등록 → 대상 페이지 접속하여 동작 확인테스트 플랜
사이드바 미노출 코드 관리접근 가능 여부s_code추가(예: 대상 페이지 식별값)스크린샷 / 데모
호환성 / 리스크
체크리스트
s_code추가/삭제/목록 정상추가 메모
s_code는 리빌더에서 기존에 활용중인 페이지 식별용 노드코드 문자열입니다.