Aller au contenu principal

FS5 Migration

Commentaires

8 commentaires

  • Zendesk API User
    Author: MarsDD - 12/3/2014 13:02

    Hi,

    you could use the meta functionality in these following objects:

    • #global.node
    • #global.page
    • #global.section

    Regards

    Marcel

    0
  • Zendesk API User
    Author: Jayakumar - 12/3/2014 13:27

    Hi Marcel,

    Thanks for your reply,

    i need some more information,

    can i use below code in the FS5 system?

    $CMS_VALUE(#nav.ref.metaFormData("identifier","inherit"))$

    Regards,

    Jayakumar

    0
  • Zendesk API User
    Author: MarsDD - 12/3/2014 13:30

    Hi Jayakumar,

    could you specify what you want?

    Regards

    Marcel

    0
  • Zendesk API User
    Author: Jayakumar - 12/3/2014 13:40

    Hi Marcel,

    i am doing the migration work,

    The code available in the FS 4.2 is below,

    $CMS_VALUE(#nav.ref.meta("identifier","inherit"))$,

    i want to write above code in the FS5 system.

    .meta is deprecate API  in the FS5

    Regards,

    Jayakumar.C

    0
  • Zendesk API User
    Author: MarsDD - 12/3/2014 14:12

    Hi Jayakumar,

    I think you want to get meta information about a page reference in a navigation function?

    So you could use your code.

    Did you use this one in a navigation function?

    Regards,

    Marcel

    0
  • Zendesk API User
    Author: Jayakumar - 12/4/2014 4:39

    Hello Marcel,

    yes i used in the natvigation function.

    Since the .meta is deprecated in the FS 5.

    So i need  the replacement of .meta in the FS 5.

    FS 4 code ,

    $CMS_VALUE(#nav.ref.meta("identifier","inherit"))$

    FS5 Code,

    ?

    Regards,

    Jayakumar C

    0
  • Zendesk API User
    Author: MarsDD - 12/4/2014 6:49

    Hi,

    look here, there isn't any information about deprecated. I had used this code in some projects too and I didn't have any problems

    Regards,

    Marcel

    0
  • Zendesk API User
    Author: sguener - 12/4/2014 15:33

    Hi Jayakumar,

    the method meta() is not officially declared as deprecated. Maybe you mean the method getMeta() which is declared as deprecated and is probably internally used by meta(). The fact that getMeta() is deprecated hasn't any influence on meta(). Maybe e-Spirit will migrate meta() to use getMetaFormData() in future releases.

    You can still continue using the above code. :smileyhappy:

    Best regards

    Sahin

    0

Vous devez vous connecter pour laisser un commentaire.