README.txt 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. This module provides some additional features and the ability to set default
  2. settings for content type options, such as 'Promoted to front page', 'Display
  3. author and date information', etc.
  4. Added features:
  5. Set default values for common content type settings (see below) - you can
  6. still override the defaults per content type
  7. 'Save and New' button to add new nodes of the same type right after saving
  8. User permissions for content type duplicated on content type add/edit page
  9. Set defaults for:
  10. Title field
  11. Preview button
  12. 'Save and New' button
  13. 'Save and New' button text
  14. Published
  15. Promoted to front page
  16. Sticky at top of lists
  17. Create new revision
  18. Display author and date information
  19. User permissions
  20. This module is basically things that I find I always need to change (or would
  21. like to have a default value set instead of Drupal's default) in content types
  22. for my development. It is still rough and can use some improvements.
  23. Submit any feature requests/bugs to the issue queue!
  24. Installation
  25. ============
  26. Install as you would any other normal module.
  27. Navigate to admin/structure/types/defaults to setup your defaults (this
  28. step is not necessary if you like all of Drupal's default settings).
  29. When viewing a content type add/edit page you will have the additional
  30. options presented to you (listed in 'Added features' above) and your
  31. defaults will be applied (if you are creating a new content type and
  32. you have setup customized defaults).
  33. Maintainer
  34. ==========
  35. Jacob Neher (bocaj)