Module: PHP::Messages

Defined in:
lib/project_types/php/messages/messages.rb

Constant Summary collapse

MESSAGES =
{
  php: {
    help: <<~HELP,
    forms: {
      create: {
        error: {
          invalid_app_name: "App name cannot contain 'Shopify'",
          invalid_app_type: "Invalid app type %s",
        },
        app_name: "App name",
        app_type: {
          select: "What type of app are you building?",
          select_public: "Public: An app built for a wide merchant audience.",
          select_custom: "Custom: An app custom built for a single client.",
          selected: "App type {{green:%s}}",
        },
      },
    },
  },
}.freeze