Add new name/terms/description config options
authorChocobozzz <me@florianbigard.com>
Wed, 31 Jan 2018 15:42:40 +0000 (16:42 +0100)
committerChocobozzz <me@florianbigard.com>
Wed, 31 Jan 2018 15:42:40 +0000 (16:42 +0100)
commit66b16cafb380012d3eca14e524d86f2450e04069
tree02a6d2327e2499dbe921c22a03b8a9d741773dd6
parent81ebea48bfba2d81e62dd7a0f01a0cadf41d2607
Add new name/terms/description config options
23 files changed:
client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html
client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts
client/src/app/shared/forms/form-validators/custom-config.ts
client/src/app/shared/forms/markdown-textarea.component.html [new file with mode: 0644]
client/src/app/shared/forms/markdown-textarea.component.scss [new file with mode: 0644]
client/src/app/shared/forms/markdown-textarea.component.ts [new file with mode: 0644]
client/src/app/shared/shared.module.ts
client/src/app/shared/video/video.service.ts
client/src/app/videos/+video-edit/shared/video-description.component.html [deleted file]
client/src/app/videos/+video-edit/shared/video-description.component.scss [deleted file]
client/src/app/videos/+video-edit/shared/video-description.component.ts [deleted file]
client/src/app/videos/+video-edit/shared/video-edit.component.html
client/src/app/videos/+video-edit/shared/video-edit.module.ts
client/src/app/videos/shared/markdown.service.ts
config/default.yaml
config/production.yaml.example
server/controllers/api/config.ts
server/initializers/checker.ts
server/initializers/constants.ts
server/tests/api/check-params/config.ts
server/tests/api/server/config.ts
server/tests/utils/videos/videos.ts
shared/models/config/custom-config.model.ts