README.txt 1.4 KB

123456789101112131415161718192021222324252627282930
  1. This very basic documentation for during development.
  2. Better docs will be generated closer to a full release.
  3. The only items currently implented in the D7 version of Better Formats are:
  4. 1. Display options: When BF is enabled you will have permissions at
  5. admin/people/permissions to control per role display of:
  6. 1. format tips
  7. 2. format tips link
  8. 3. format selection for [entity]
  9. #3 is actually several permissions. There is one for each entity in your site.
  10. 2. Simple field level default format.
  11. This allows you set a field level default format using the standard "Default Value"
  12. setting of a field. This is only possibly normally if you enter something in the
  13. text field for the field api to save the format too. BF gives you the ability
  14. to set the format WITHOUT having to set a value in the field.
  15. 1. At admin/config/content/formats/settings enable "Use field default" option.
  16. 2. Create a text type of field on one of your content types.
  17. 3. Ensure you set the "Text processing" option to "Filtered text".
  18. 4. Save the field.
  19. 5. Now go back and edit the field you just saved. This is required because of
  20. how the field default value option works.
  21. 6. You will now see a "Text format" dropdown below your field in the
  22. "Default Value" area. Set the default format in the dropdown.
  23. 7. Save the field. Default will now be used on all new content forms for that field.