id summary reporter owner description type status priority milestone component version resolution keywords cc 10013 CKBuilder: detect plugin requirements in a smarter way Wiktor Walc "#9829 introduced a `requires` property. The horizontalrrule command specified there that it requires a HTML tag: {{{ requires: 'hr' }}} unfortunately CKBuilder thought that the plugin '''requires a `hr` plugin''', which is of course wrong. Suggestion from Piotrek: `requires` (plugin requirement) should be only searched in the first line of a plugin definition. It might be actually a reasonable approach: try to find `requires` as long as next line contains things like: `lang`, `icons` properties, empty lines or lines with comments." Bug closed Normal Project : CKBuilder 4.0 fixed