コミュニティアチーブメントバーを展開する。

Runal_Trivedi
Runal_Trivedi
オフライン
タイプ
  • すべて
  • 質問
  • ディスカッション
  • アイデア
  • ブログ
ユーザー投稿による絞り込み
  • You can use OOTB Component Reporting.http://localhost:4502/etc/reports/compreport.htmlHere you can also add filter if you are looking for usage of specific component under the content tree.- Runal

    タイプ

    質問

    表示

    1.1K

    いいね!

    0

    返信

    0
  • Approach 1:RTE has got a plugin called InsertVariablePlugin, it pretty much does the same, inserts the dynamic values in RTE content.2 OOTB RTE configuration examples you can refer to:/libs/mcm/components/newsletter/footer/dialog/items/text/rtePlugins/insertvariable/variablesIt is newsletter text co...

    タイプ

    質問

    表示

    2.3K

    いいね!

    0

    返信

    0
  • Hi Everyone,I wanted to know how do we do design dialog configuration for components using Touch UI in AEM 6.0? I could not find the design view option anywhere. Also I went through the authoring AEM 6.0 documentation but there too I couldn't find the details.Do we have to resort to classic view for...

    タイプ

    質問

    表示

    650

    いいね!

    0

    返信

    1
  • In the error snap that you have attached at the start, you are trying to import a package that you have declared as private package in your maven-bundle-plugin, which is <Private-Package>com.headwire.cqblueprints.examples.osgi</Private-Package>Any package declared as private cannot be consumed by an...

    タイプ

    質問

    表示

    3.0K

    いいね!

    0

    返信

    0
  • I guess the POM Entries that you have mentioned are from your project POM file?Also I see com.headwire.cqblueprints.examples.osgi is declared as private package, any specific reason?Below is what you can do:1 - Embed the jar exposing headwire.cqblueprints into your Project Bundle:Since you have ment...

    タイプ

    質問

    表示

    3.0K

    いいね!

    0

    返信

    0
  • Or if the bundle is present in your OSGI container then it doesn't expose the desired package via its manifest file.To see whether any of the bundle output the desired package; use the dependency finder console of Felix - http://localhost:4502/system/console/depfinderput the package declaration and ...

    タイプ

    質問

    表示

    3.0K

    いいね!

    0

    返信

    0
  • If you are using RTE then you can use Justify or Styles plugin for the same. If you are not using RTE then you can have a tab and a widget of xtype - componentstyles.With component styles you can provide options to wrap the content of component with custom styles.Take a look at foundation textimage ...

    タイプ

    質問

    表示

    1.1K

    いいね!

    0

    返信

    0
  • You can use componentStyles xtype in your dialog to get styles configuration.There you can have a drop down of style class to be applied. Drop down mean xtype-selection, values of styles dropdown can be provided using JSON call and with optionsProvider property of xtype-selection widget.i.e. drop do...

    タイプ

    質問

    表示

    673

    いいね!

    0

    返信

    0
  • There may be more better approaches to it, but below is what first clicked to me.I could currently think of 2 possible approaches.First you need to centralize your source of getting dynamic values, make it provide you a map (will be used if you opt for server side logic) or JSON (will be used if you...

    タイプ

    質問

    表示

    1.1K

    いいね!

    0

    返信

    0
  • In case you want to customize the behavior of edit button then yes you will need to overlay EditBar.js.But if you simply want to create your custom action in editBar like edit button then you can follow below steps:create cq:editConfig node for your componentcreate a child node of cq:editConfig of t...

    タイプ

    質問

    表示

    991

    いいね!

    1

    返信

    0