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

보드 게시판 및 댓글의 Editor Config를 설정하는 Command 추가 #9

Open
gyorudayo opened this issue Dec 19, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@gyorudayo
Copy link
Member

게시판 및 댓글 전체 혹은 특정부분만 Editor Config(Textarea, CkEditor 등)를 설정하는 Command 추가

@gyorudayo gyorudayo self-assigned this Dec 19, 2021
@gyorudayo gyorudayo added the enhancement New feature or request label Dec 19, 2021
bi-kim added a commit that referenced this issue Mar 19, 2022
* core develop 에서 widget에서 info.php / settings.blade.php 를 쓸 수 있도록 코드 변경해 widget 코드 경량화

* xe_cli으로 변경

* 로고 변경

* 로고 변경

* 로고 변경

* 명칭 변경

* Update composer.json

* Update README.md

* Update README.md

* commands 코드 리펙토링/ 새로운 Command 추가

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* xe_cli:move:menuItem 커멘드 옵션 변경

* 기존에 사용한던 command 관련 파일을 삭제합니다.

* Controller/Handler 을 생성할 수 있는 Command 추가

* Make Migration Table 추가 / Make Migration Resource 추가

* Make BackOffice 생성 시 필요한 Handler, TableMigration 를 같이 생성해줍니다.

* 관리자 페이지 Controller, 관련된 파일을 같이 생성해주는 기능 추가. / 외 에러 수정, 옵션 추가.

* table에 --model 옵션 추가/모델에 --migration 옵션 추가

* empty -> structure 로 변경

* backOffice 와 관련된 view 파일을 생성하는 Command 추가

* backOffice에 대한 View 파일을 생성하는 명령어에 대한 가이드 작성

* 명령어 클래스 변경 / make widget command 내부 변경

* xe_cli:make:model에 --soft-deletes 옵션 추가

* model command 에 대한 가이드를 명시합니다.

* php artisan xe_cli:make:migrationTable 명령어에 --soft-delets 옵션 추가

* php artisan xe_cli:make:migrationTable --soft-deletes 에 대한 가이드 추가

* 선언에 대한 trait 생성

* xe_cli:make:model/xe_cli:make:migrationTable --pk, --imcrementing option 추가

* make Back Office Controller 코멘드 - make Controller 코멘드에서 분리

* xe_cli:make:controller/clientController 에 --resource 옵션 추가

* backOffice Controller stub에 controller 별 id 파라미터 추가

* 추가된 옵션에 대한 설명을 README.md 에 추가

* handler, messageHandler, validationHandler --structure 옵션 사용 시 /structure/handler.stub 공통적으로 사용하도록 수정

* 커멘드를 Console/Commands 형식으로 변경 / 수정된 사항을 바탕으로 README 변경

* migration talbe - 마이그레이션 테이블에 대한 기본 형태를 변경해줍니다.

* name option 입력으로 입력 받은 값 camel case로 변경해줍니다.

* 다른 명령어에서 모델 형식에 맞춰 마이그레이션 을 생성하기 위해 --model 옵션 추가.

* Squashed commit of the following:

commit b1c15f5
Author: xharpenParksuhyeon <[email protected]>
Date:   Thu Dec 16 03:13:32 2021 +0000

    다른 명령어에서 모델 형식에 맞춰 마이그레이션 을 생성하기 위해 --model 옵션 추가.

commit 43116df
Author: xharpenParksuhyeon <[email protected]>
Date:   Thu Dec 16 03:09:17 2021 +0000

    name option 입력으로 입력 받은 값 camel case로 변경해줍니다.

commit 4834a97
Author: xharpenParksuhyeon <[email protected]>
Date:   Thu Dec 16 02:58:06 2021 +0000

    migration talbe - 마이그레이션 테이블에 대한 기본 형태를 변경해줍니다.

* 마이그레이션 코멘드에서 마이그레이션 인터페이스를 생성하는 코드 변경

* #7 모델 생성 시 dates, casts 프로퍼티 추가.

* #7 PHP 7.0.0 Version에 맞춰 모델을 생성해줍니다./프로퍼티에 대한 주석 다시 작성

* Squashed commit of the following:

commit 3ee61d2
Author: xharpenParksuhyeon <[email protected]>
Date:   Sun Dec 19 11:46:43 2021 +0000

    #7 PHP 7.0.0 Version에 맞춰 모델을 생성해줍니다./프로퍼티에 대한 주석 다시 작성

commit 65a703b
Author: xharpenParksuhyeon <[email protected]>
Date:   Sun Dec 19 11:25:21 2021 +0000

    #7 모델 생성 시 dates, casts 프로퍼티 추가.

commit 706e6b9
Author: xharpenParksuhyeon <[email protected]>
Date:   Thu Dec 16 03:23:33 2021 +0000

    마이그레이션 코멘드에서 마이그레이션 인터페이스를 생성하는 코드 변경

* #3  Model Command --timestamp 옵션 추가

* #3 Migration Table 명령어에 --timestamp 옵션을 추가합니다.

* Squashed commit of the following:

commit 1823581
Author: xharpenParksuhyeon <[email protected]>
Date:   Sun Dec 19 12:52:43 2021 +0000

    #3 Migration Table 명령어에 --timestamp 옵션을 추가합니다.

commit 0c7ef4f
Author: xharpenParksuhyeon <[email protected]>
Date:   Sun Dec 19 12:50:31 2021 +0000

    #3  Model Command --timestamp 옵션 추가

* #3 Migration Table, Model Command 에 대한 --timestamp 옵션 설명을 readme 에 추가.

* #5 위젯 코드 Command 가이드 추가/위젯 코드 command 변경/가이드 문서 작성

* - #9 보드 게시판 및 댓글의 Editor Config를 설정하는 Command 추가

* - #9 보드 게시판 및 댓글의 Editor Config를 설정하는 Command 필요없는 항목 제거 및 주석 수정

* Update README.md

Co-authored-by: xharpenParksuhyeon <[email protected]>
Co-authored-by: 박수현 <[email protected]>
Co-authored-by: Gyeol <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant