Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Confirmed.

Adding the Attachment Macro

Start by Typing a curly bracket ({) and start typing the word attachment and select "attachments"


Your page on edit mode will look like this

Click on Save to close the edit mode


Once you have saved the page, users will be able to drag and drop or browse for files and attach the files on the page

Whenever someone adds a document to the page or edits a document on the page, the persons name appears on the right hand side under the Modified column.


Hiding the modified column

1.Navigate to the space which you want to hide the modified column and click on the menu next to the star beside the name of the space:


2.Select Look and Feel from the menu drop down:


3.Select Stylesheet and click on the Edit button:


4.Paste the code below on the space Stylesheet and save:

Code Block
languagecss
.attachment-created ,.modified-column  {  
    display:none;  
  }  


5.The modified column will now not be visible: