Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 597 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 597 Bytes

File Attachments for Posts & Pages

Custom metabox controller to upload and manage posts / pages attachments

The custom metabox name is fapp_attachment_list. It's saved as a JSON object list:

{
  "name": "Attachment Name",
  "description": "Attachment Description",
  "cover_image": "http://xyz/nice_image.jpg",
  "url": "http://xyz/nice_doc.pdf"
}

Supported file types

[
  'text/plain',
  'text/csv',
  'application/pdf',
  'application/vnd.oasis.opendocument.text',
  'application/msword'
]

Just download the source and install it as a plugin.