Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[기능개선의견]레이아웃 info.xml 기본값 설정 #2389

Open
eondcom opened this issue Apr 5, 2019 · 2 comments
Open

[기능개선의견]레이아웃 info.xml 기본값 설정 #2389

eondcom opened this issue Apr 5, 2019 · 2 comments

Comments

@eondcom
Copy link
Contributor

eondcom commented Apr 5, 2019

<var name="layout_position" type="radio"> <title xml:lang="ko">레이아웃 정렬</title> <title xml:lang="en">Layout position</title> <options value="center"> <title xml:lang="ko">가운데 정렬 </title> <title xml:lang="en">Center justified </title> </options> <options value="left"> <title xml:lang="ko">왼쪽 정렬 </title> <title xml:lang="en">Left justified </title> </options> </var>

예를 들어 이런 레이아웃 설정 옵션이 있을 경우

<option value="center" default>

이렇게 설정해놓으면 미리 기본값으로 center값이 체크되어있으면 좋겠습니다.

@bjrambo
Copy link
Contributor

bjrambo commented Apr 5, 2019

<!--@if(!$layout_info->layout_position)-->
center값
<!--@else-->
{$layout_info->layout_position}
<!--@end-->

템플릿에서 이런식으로 보통 기본값 활용하는 방법을 많이 사용합니다..
필요한거 있으면 if문으로 최대한 해결하고 option에서는 선택이 없을때 어떤값인지 ko상에서 알려주기만하면될거같아요 (어차피 그런거 다 class선언시 값없을때 center 값이 선택된거처럼 만들지 않나요 ㅎㅎ)

@eondcom
Copy link
Contributor Author

eondcom commented Apr 5, 2019

네 저게 안되서 레이아웃 스킨상에서 하는데 사용자가 보기엔 직관적으로 어디에 체크되어있는지 보여주는게 낫죠^^;
코드 상에서 숨겨진걸 코드를 볼 줄 아는 사람이 아닌 경우를 대비해서 제안해봤습니다 ㅎ;

@xpressengine xpressengine deleted a comment from kms0219kms Jan 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants