-
Notifications
You must be signed in to change notification settings - Fork 78
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
Added short title to fields #6
Conversation
@rs2487 pls rebase and squash the commits |
<input id="short-title<~=index~>" | ||
data-property="shortTitle" | ||
type="text" | ||
class="form-element preview-update trigger-save-button" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should add maxlength
attribute where it is limited in the database
|
||
<div class="block-content" data-sort-mode-id="{{ blockId }}shortTitle<~=index~>"></div> | ||
|
||
<div class="input-description"></div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How it looks when we add the text inside the brackets() into the input-description?
fixes #3