Closed Bodmo closed 3 weeks ago
As far as I can see, the embeddings don't have a name
property. name
is only available on the plugin level, so title
is correct. We may want to introduce a desc
property, if you want to add more information. I can see why title
is confusing, as it isn't the same as the HTML attribute.
Yes, exactly, I thirst thought 'title' is taken from HTML. For the moment, we have only 1 property for 2 purposes: a. a very short button label, and b. a longer description for the tooltip. 'desc' is already a property of the plugin. Do you mean it is possible to add a 'desc' property on the embedding level?
Yes, I think that's possible.
I added desc
support for widgets in Gerrit.
When adding a Plugin as a toggle button to the query panel, the 'title' property of the plugin is taken for the label of the button. Instead, I suppose that the 'name' property should be taken.