-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description desirable at head of new content page. #1804
Comments
This adds the node type description to the node/add/{node-type} form, but I don't know how to get it to be separate from the title. patch: https://github.com/backdrop/backdrop/pull/1325.patch Website: http://1325.backdrop.backdrop.qa.backdropcms.org |
@serundeputy Thank you very much for this. I have applied the patch and it does just what I hoped. Because of the markup you have included I have been able to add a style to the stylesheet for seven (in my case) to reduce the size of the description text. |
I'd be a bit reluctant to put a paragraph inside a
Could probably be inserted at the end of |
I have to admit that rendering this as a div with a ...as a matter of fact, the way it is now, the description text is appended to the actual page title (the browser window/tab title that is): That shouldn't be happening. |
This is related to #796 and/or #1704 (which is actually a follow-up of #952) and could be covered by https://github.com/backdrop-contrib/blockify and/or https://github.com/backdrop-contrib/custom_header_block but I'd really rather have these as core features (expose this as a "Content type description block"). This way (having it as a block):
|
I'm with @gifad in thinking this should just be a part of the $form array. For now we can just use Using a separate type of element would give us nearly all the benefits @klonos mentioned above: controllable, alterable, and themeable through the theme. But it wouldn't require/allow the user to position the help block. I personally find that fine. With it being a block, it's possible or even likely for a user to accidentally remove the help. I think that should be left to the theme or a contrib module if needed. This issue is a duplicate of #1534, but as this has more discussion happening I've closed that other issue. |
We did this already. |
I can't see the content type description on the |
This isn't set for the default node types on install; it wasn't set for Drupal on install either. But now a description can be set for any node type, by filling in the "Explanation or submission guidelines" field for content types. So this issue is fixed. |
In the listing of content types available from 'Add content' in the admin menu, each type of content has a description. However, if a user makes use of the drop-down menu to go straight to the type of content needed, the 'Create xxxxx' form appears with no description. Perhaps usually this is of little or no importance but I have found there are circumstances in which I would like the description to appear at the head of the form. It would then be possible to use the description to advise the user of any particular requirements or restrictions.
The text was updated successfully, but these errors were encountered: