We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d7ec2d commit d770a87Copy full SHA for d770a87
src/main/java/org/mvnsearch/config/CmsDialect.java
@@ -28,7 +28,7 @@ public Set<IProcessor> getProcessors() {
28
@Override
29
protected String getText(Arguments arguments, Element element, String attributeName) {
30
String attributeValue = element.getAttributeValue(attributeName);
31
- return attributeValue + "1";
+ return "Load from cms fragment: <h3>"+attributeValue + "</h3>";
32
}
33
34
0 commit comments