Skip to content
This repository has been archived by the owner on Mar 8, 2021. It is now read-only.

I enabled it to use custom template by chunk. #75

Closed
wants to merge 1 commit into from
Closed

I enabled it to use custom template by chunk. #75

wants to merge 1 commit into from

Conversation

yama
Copy link
Collaborator

@yama yama commented Sep 16, 2011

I enabled it to use custom template by chunk.
ex)
&crumbContainer = <span class="[+crumbBoxClass+]">[+crumbs+]</span>
&crumb = [+crumb+]
&separator = &gt;
&firstCrumbWrapper = <span class="[+firstCrumbClass+]">[+firstCrumbSpanA+]</span>
&lastCrumbWrapper = <span class="[+lastCrumbClass+]">[+lastCrumbSpanA+]</span>

And inline params.
ex)
[[Breadcrumbs? &crumbContainer=<span class="[+crumbBoxClass+]">[+crumbs+]</span>]]

note)
"=" in a value can be used by Japanese edition MODX.

-------------------------
ex)
&crumbContainer    = <span class="[+crumbBoxClass+]">[+crumbs+]</span>
&crumb             = [+crumb+]
&separator         =  &gt; 
&firstCrumbWrapper = <span class="[+firstCrumbClass+]">[+firstCrumbSpanA+]</span>
&lastCrumbWrapper  = <span class="[+lastCrumbClass+]">[+lastCrumbSpanA+]</span>
-------------------------

And inline params.
-------------------------
ex)
[[Breadcrumbs? &crumbContainer=`<span class="[+crumbBoxClass+]">[+crumbs+]</span>`]]
-------------------------

note)
"=" in a value can be used by Japanese edition MODX.
@yama yama closed this Mar 31, 2013
Deesen pushed a commit to Deesen/evolution that referenced this pull request Jul 20, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant