Recent searches


No recent searches

Daniel Sagaya Raj's Avatar

Daniel Sagaya Raj

Joined Apr 15, 2021

·

Last activity Feb 14, 2022

Following

0

Followers

0

Total activity

5

Votes

0

Subscriptions

3

ACTIVITY OVERVIEW

Latest activity by Daniel Sagaya Raj

Daniel Sagaya Raj created a post,

Post Q&A - Help center and community

The following if clause checks if the variable "name" exist.
{{#each categories}}
{{#if name}}name exists.{{/if}}
{{/each}}

Is there any way that i could use the expression as follows to see if the value is equal to some text

{{#if name equals "John"}} Hello John.{{/if}}

[OR]

{{#if name = "John"}} Hello John.{{/if}}


Also is there a page where i can get information about which object is available for which page and details about the expression language in the help center custom design.

 

 

Posted Mar 09, 2016 · Daniel Sagaya Raj

0

Followers

11

Votes

15

Comments


Daniel Sagaya Raj commented,

Community comment Discussion - Tips and best practices from the community

Hi, 

I am using the place holder {{link 'new_post' role='button'}} for new post button. Right now the link gets rendered with the display name "New Post". How do i request the service to render the link with my custom name. is there any way i can use {{link 'new_post' role='button' text='Click to Post'}} where the text attribute represents the text i want the tag to hold.

View comment · Posted Mar 04, 2016 · Daniel Sagaya Raj

0

Followers

0

Votes

0

Comments