Hide file attachments in a specific project.
特定のプロジェクトでファイル添付を非表示にします。
In this example, we will hide file attachments in the project with the project identifier a
.
この例では、プロジェクト識別子が"a"のプロジェクトで非表示にします。
None
Head of all pages
CSS
.project-a #issue-form #attachments_form, .project-a #issue-form .attachments_form {
display: none;
}