재택 강의 시스템을 소너브와 연결한다. 그래야지만, 온튜도 살고 소너브도 산다. 온튜는 콜센터 대안으로 꼭 필요하다.
필고와 소너브를 연결한다.
메인 - 메뉴는 그냥 페이지만 보여줄 것. 글쓰기 모달 보이지 말것.
@done fix column-c at bottom when it is scrolled.
@done customize app-shell by include 'xapi/etc/app-shell.php'
When app needs to acces mutiple database like
This has an extra functinality.
this.app.wp.post({route: 'wordpress.get_attachment_from_guid', guid: '....'})
.subscribe((file: FILE) => {
console.log("got file: ", file);
}, e => this.app.waring(e));