Skip to main content
Inspiring
October 8, 2014
Answered

Can I specify more than one para tag for master page mapping?

  • October 8, 2014
  • 1 reply
  • 377 views

Hi,

I want to map the same master page to be used by four different tags. Must I create a new row in the mapping table for each or can I separate the tag names by a comma and a space, for example, "Body, Bullet, Heading1, Note"?

I tried the latter and expected it to work, but it did not.

Thanks,

Sean

    This topic has been closed for replies.
    Correct answer Bob_Niland

    > ... create a new row in the mapping table for each ...

    That works, and has no side effects that I've seen.

    It appears, by the way, that FM applies the MP based on the first para tag found that has a MasterPageMaps table entry, so multiple matches per page, even conflicting, are not a problem, as long as getting the MP for first-found is OK with you.

    1 reply

    Bob_Niland
    Community Expert
    Bob_NilandCommunity ExpertCorrect answer
    Community Expert
    October 8, 2014

    > ... create a new row in the mapping table for each ...

    That works, and has no side effects that I've seen.

    It appears, by the way, that FM applies the MP based on the first para tag found that has a MasterPageMaps table entry, so multiple matches per page, even conflicting, are not a problem, as long as getting the MP for first-found is OK with you.

    Seanb_usAuthor
    Inspiring
    October 8, 2014

    Thanks. Yes, first found is fine.

    Thanks.