resourcefields.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "alias": "Alias",
  3. "cacheable": "Cacheable",
  4. "class_key": "Class Key of the Resource, e.g. modDocument",
  5. "content": "Resource Content",
  6. "content_type": "Content Type",
  7. "createdon": "Created On date, e.g. 2011-04-14 20:40:50, often used in conjunction with the strtotime output filter",
  8. "createdby": "Created By User ID Number",
  9. "deleted": "Deleted",
  10. "deletedby": "Deleted By User ID Number",
  11. "deletedon": "Date of Deletions",
  12. "description": "Description",
  13. "editedon": "Edited On date, e.g. 2011-04-18 09:06:08",
  14. "editedby": "Edited By User ID number",
  15. "hidemenu": "Hide From Menus; this attribute is read by many Snippets, e.g. WayFinder",
  16. "id": "Resource ID",
  17. "introtext": "Summary",
  18. "isfolder": "Container",
  19. "link_attributes": "Link attributes; these are inserted automatically when you use the [[~123]] syntax",
  20. "longtitle": "Long Title",
  21. "menuindex": "Menu Index",
  22. "menutitle": "Menu Title",
  23. "pagetitle": "Page Title",
  24. "parent": "Parent Resource",
  25. "pub_date": "Publish Date",
  26. "published": "Published",
  27. "publishedby": "Published By User ID Number",
  28. "publishedon": "Published On",
  29. "richtext": "Rich Text",
  30. "searchable": "Searchable",
  31. "template": "Template ID number",
  32. "unpub_date": "Unpublish Date [[*unpub_date:strtotime:date=`%a %b %e, %Y`]] See Date Formats.",
  33. "uri_override": "Freeze URI",
  34. "uri": "URI"
  35. }