Page blueprint problem

Hello,

I am trying to build a blueprint for a FAQ page. I have followed the documentation but I do not see anything new (no tab) on the admin panel.

Hère is my blueprint (located into the blueprints directory):

title: FAQ
'@extends':
    type: default
    context: blueprints://pages

form:
  fields:
    tabs:
 	type: tabs
	active: 1
      fields:
        faq:
          type: tab 
          title: Faq

          fields:
            header.faq:
              name: faq
              type: list
              label: Frequently Asked Questions

              fields:
                .question:
                  type: text
                  label: Question
                .answer:
                  type: text
                  label: Answer

What’s wrong with this ?

Thank you.

Nobody can help with that ?

Well, I finally got it working (dunno what was wrong thouhg.)