Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 826 Bytes

File metadata and controls

48 lines (33 loc) · 826 Bytes

Hide file attachments in a specific project

Hide file attachments in a specific project.
特定のプロジェクトでファイル添付を非表示にします。

In this example, we will hide file attachments in the project with the project identifier a.
この例では、プロジェクト識別子が"a"のプロジェクトで非表示にします。

Setting

Path Pattern

None

Insert Position

Head of all pages

Code

CSS

.project-a #issue-form #attachments_form, .project-a #issue-form .attachments_form {
  display: none;
}

Result

Before

before

After

after