Issue #781: Improves usability of Field generation#782
Issue #781: Improves usability of Field generation#782jmolivas merged 4 commits intohechoendrupal:masterfrom
Conversation
There was a problem hiding this comment.
May we use short syntax array
$elements = [];
|
This changes things around a little to make the boilerplate that is generated hit the 80% target. Most of the time I'm creating a field, I want a text field. If this isn't the target desired, I can scale things back and leave only the shell. |
bc96eb6 to
5824b23
Compare
|
The last commit fixes some issues with the annoations. It was never printing the field_types in the annotations for a field generator. Some of the strings were copy/pasted for formatter using the language from a widget. And #780 doesn't seem to have merged for some reason. So, re-adding that functionality. |
|
OK, this PR is ready for merge now. I'm going to work on something else next. |
|
@heddn: Thanks I will give it a review and test and the merge. ping you if any questions arise. |
|
As a bonus to testing this, I uncovered https://www.drupal.org/node/2552799. |
Issue #781: Improves usability of Field generation
|
@heddn: Thanks for the PR |
No description provided.